about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-08 02:13:46 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-08 02:13:46 +0200
commitfccf629213cd2ca3657c641a88bb6e2413f4dcc3 (patch)
treebca2be3461f9979ae6f8864acd08a1447ad2cf80 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentb93b279b6ecacd9b4dc9c6c6d27a7ce6bd9de16b (diff)
downloadnixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar.gz
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar.bz2
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar.lz
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar.xz
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.tar.zst
nixlib-fccf629213cd2ca3657c641a88bb6e2413f4dcc3.zip
jacinda: patch for alex >= 3.3
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 7a2f87fcca90..194c7d5db942 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -133,9 +133,6 @@ in {
   # https://github.com/sjakobi/bsb-http-chunked/issues/38
   bsb-http-chunked = dontCheck super.bsb-http-chunked;
 
-  # need bytestring >= 0.11 which is only bundled with GHC >= 9.2
-  regex-rure = doDistribute (markUnbroken super.regex-rure);
-  jacinda = doDistribute super.jacinda;
   some = doJailbreak super.some;
 
   # 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46