Merge pull request #227645 from TristanCacqueray/ghc96-hedgehog

haskell.packages.ghc96.hedgehog: distribute v1.2
This commit is contained in:
maralorn 2023-04-22 21:58:30 +02:00 committed by GitHub
commit 8be3ec7a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,11 @@ self: super: {
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_1_20230312;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_0;
# allows mtl, template-haskell, text and transformers
hedgehog = doDistribute self.hedgehog_1_2;
# allows base >= 4.18
tasty-hedgehog = doDistribute self.tasty-hedgehog_1_4_0_1;
#
# Too strict bounds without upstream fix
#