haskell.packages.ghc8107.ghc-lib-parser: lift lower base bound

This commit is contained in:
sternenseemann 2023-07-30 22:19:39 +02:00
parent 5b537f7cf9
commit 227a57329f

View File

@ -70,6 +70,8 @@ self: super: {
# ghc versions which dont match the ghc-lib-parser-ex version need the
# additional dependency to compile successfully.
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
ghc-tags = doDistribute (addBuildDepend self.ghc-lib self.ghc-tags_1_5);