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-25 13:40:59 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-25 17:08:16 +0800
commit13acc8f938462347858f089f576ce396ac849906 (patch)
tree4b83fe78ff481a62949948230c811448547c0175 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent832b2cdbefe78088a2e1c208706aec4a1ba82920 (diff)
downloadnixlib-13acc8f938462347858f089f576ce396ac849906.tar
nixlib-13acc8f938462347858f089f576ce396ac849906.tar.gz
nixlib-13acc8f938462347858f089f576ce396ac849906.tar.bz2
nixlib-13acc8f938462347858f089f576ce396ac849906.tar.lz
nixlib-13acc8f938462347858f089f576ce396ac849906.tar.xz
nixlib-13acc8f938462347858f089f576ce396ac849906.tar.zst
nixlib-13acc8f938462347858f089f576ce396ac849906.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.nix7
1 files changed, 7 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 645f15c79397..1cb35b7b6746 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -194,6 +194,13 @@ self: super: {
     xmonad-contrib              # mtl >=1 && <2.3
     dbus       # template-haskell >=2.18 && <2.20, transformers <0.6, unix <2.8
     gi-cairo-connector          # mtl <2.3
+    haskintex                   # text <2
+    lens-family-th              # template-haskell <2.19
+    ghc-prof                    # base <4.18
+    profiteur                   # vector <0.13
+    mfsolve                     # mtl <2.3
+    cubicbezier                 # mtl <2.3
+    dhall                       # template-haskell <2.20
   ;
 
   # Apply workaround for Cabal 3.9 bug https://github.com/haskell/cabal/issues/8455