about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-01-25 16:33:44 +0100
committersternenseemann <sternenseemann@systemli.org>2023-01-25 16:33:44 +0100
commit65beecb5d918a82190e8e70c0728aec1f3a1c31b (patch)
tree68140463114dcdabb3a027920a091e18f5319e6c /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parentf8d0403e2eee98ca3ecd2e98261ad57f9d83f5c8 (diff)
downloadnixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar.gz
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar.bz2
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar.lz
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar.xz
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.tar.zst
nixlib-65beecb5d918a82190e8e70c0728aec1f3a1c31b.zip
haskell.packages.ghc92.{jacinda,regex-rure}: drop stale overrides
These were necessary since our broken flags were based on GHC 9.0. This
is not the case anymore and they are correct from the get-go.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index c77a86913f61..54994347dd93 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -90,10 +90,6 @@ self: super: {
   # 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;
-
   # 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
   hiedb = dontCheck super.hiedb;