haskell.packages.ghc8107.ghc-lib-parser: lift lower base bound
This commit is contained in:
parent
5b537f7cf9
commit
227a57329f
@ -70,6 +70,8 @@ self: super: {
|
|||||||
# ghc versions which don’t match the ghc-lib-parser-ex version need the
|
# ghc versions which don’t match the ghc-lib-parser-ex version need the
|
||||||
# additional dependency to compile successfully.
|
# additional dependency to compile successfully.
|
||||||
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex;
|
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex;
|
||||||
|
# Too strict lower bound on base
|
||||||
|
ghc-lib-parser = doJailbreak super.ghc-lib-parser;
|
||||||
|
|
||||||
# Needs to use ghc-lib due to incompatible GHC
|
# Needs to use ghc-lib due to incompatible GHC
|
||||||
ghc-tags = doDistribute (addBuildDepend self.ghc-lib self.ghc-tags_1_5);
|
ghc-tags = doDistribute (addBuildDepend self.ghc-lib self.ghc-tags_1_5);
|
||||||
|
Loading…
Reference in New Issue
Block a user