summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-26 18:59:58 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-26 18:59:58 +0200
commitd675e19abb51d8fbf984e1c5c7f19c06a1dd6709 (patch)
tree461ec64fb83e1b5ef1f2bb7019ca13c673bb8203 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentfafe21b678c3cd2d7f2c2a917604c29775fcb3bd (diff)
haskellPackages.{hackage-db,distribution-nixpkgs}: new rel. bounds
* no released version of hackage2nix does support distribution-nixpkgs yet. * hackage-db 2.1.2 fixes an annoying bug introduced in 2.1.1 and also supports Cabal 3.4: https://github.com/NixOS/cabal2nix/issues/501
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 42fa603d3313..99b53b9f14f3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -106,8 +106,4 @@ self: super: {
# https://github.com/haskellari/time-compat/issues/23
time-compat = dontCheck super.time-compat;
- # hackage-db 2.1.1 is incompatible with Cabal < 3.4
- # See https://github.com/NixOS/cabal2nix/issues/501
- hackage-db = super.hackage-db_2_1_0;
-
}