about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 16:14:20 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 16:14:20 +0000
commit216f0b7c2986b5ec4f54c6a91921b28902fb25b6 (patch)
tree6c069f28f3c55f3a8f32f8c2d586841567e222c2 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent70ff147052f629874b7b32e9f493d891a45e2599 (diff)
downloadnixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar.gz
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar.bz2
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar.lz
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar.xz
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.tar.zst
nixlib-216f0b7c2986b5ec4f54c6a91921b28902fb25b6.zip
haskell.packages.ghc96.hedgehog: distribute v1.2
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index f262f324c030..2ba8f2e0ae86 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -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
   #