haskell.packages.ghc96.ghc-tags: match ghc-lib (!) version (9.8)
This commit is contained in:
@@ -84,7 +84,8 @@ self: super:
|
|||||||
th-extras = doJailbreak super.th-extras;
|
th-extras = doJailbreak super.th-extras;
|
||||||
|
|
||||||
# not in Stackage, needs to match ghc-lib
|
# not in Stackage, needs to match ghc-lib
|
||||||
ghc-tags = doDistribute self.ghc-tags_1_7;
|
# since expression is generated for 9.8, ghc-lib dep needs to be added manually
|
||||||
|
ghc-tags = doDistribute (addBuildDepends [ self.ghc-lib ] self.ghc-tags_1_8);
|
||||||
|
|
||||||
#
|
#
|
||||||
# Too strict bounds without upstream fix
|
# Too strict bounds without upstream fix
|
||||||
|
|||||||
Reference in New Issue
Block a user