about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJanus Troelsen <ysangkok@gmail.com>2024-01-15 09:42:07 -0600
committerGitHub <noreply@github.com>2024-01-15 09:42:07 -0600
commitc0a8edd289aa8de78bc5d27a725f5ef34c71383f (patch)
treeaf578d0e66fb8177ddf8e88d0477a3f320cdc4fb /pkgs/development/haskell-modules
parentbc98a9a450ad9aa1499b3a0cac5fb580fd5f6fd6 (diff)
downloadnixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar.gz
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar.bz2
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar.lz
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar.xz
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.tar.zst
nixlib-c0a8edd289aa8de78bc5d27a725f5ef34c71383f.zip
haskell.packages.ghc96: Remove unnecessary jailbreaks
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix17
1 files changed, 0 insertions, 17 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 03d601a25400..27524c69add6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -136,27 +136,10 @@ self: super: {
 
   inherit (pkgs.lib.mapAttrs (_: doJailbreak ) super)
     hls-cabal-plugin
-    algebraic-graphs
-    co-log-core
-    lens
-    cryptohash-sha1
-    cryptohash-md5
     ghc-trace-events
-    tasty-hspec
-    constraints-extras
-    tree-diff
-    implicit-hie-cradle
-    focus
-    hie-compat
-    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
     env-guard                   # doctest <0.21
     package-version             # doctest <0.21, tasty-hedgehog <1.4
   ;