Allow to apply patches for compiling from source

This commit is contained in:
2020-04-08 22:57:57 +02:00
parent 5382fd9aca
commit 6a79782650
4 changed files with 58 additions and 6 deletions

View File

@@ -88,6 +88,10 @@ data NoLocationHeader = NoLocationHeader
data TooManyRedirs = TooManyRedirs
deriving Show
-- | A patch could not be applied.
data PatchFailed = PatchFailed
deriving Show
-------------------------