about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-26 11:21:16 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-26 11:22:16 +0800
commit7442abab185f11c54d0ad64373df58af143ade3e (patch)
treef3f1704619cfb7a6b69b4812beb0f0490c7a38c7 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent5ff4edd3353c1cdc983adac0f533b127afedebdf (diff)
downloadnixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar.gz
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar.bz2
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar.lz
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar.xz
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.tar.zst
nixlib-7442abab185f11c54d0ad64373df58af143ade3e.zip
haskell.packages.ghc96: assorted jailbreaks
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.nix2
1 files changed, 2 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 df0294932011..d07eabcb8d24 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -222,6 +222,8 @@ self: super: {
     mfsolve                     # mtl <2.3
     cubicbezier                 # mtl <2.3
     dhall                       # template-haskell <2.20
+    env-guard                   # doctest <0.21
+    package-version             # doctest <0.21, tasty-hedgehog <1.4
   ;
 
   # Apply workaround for Cabal 3.9 bug https://github.com/haskell/cabal/issues/8455