summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-06-12 18:26:08 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-06-12 19:27:16 +0200
commit7b92c7f79583c908952423935b75d51d0616149a (patch)
tree5e547767f7da36653d2486f29cc286a3fcbc88ee /pkgs/development
parent38c4256a9635d37ed297e43ade8e6f5ef42893d1 (diff)
downloadnixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar.gz
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar.bz2
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar.lz
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar.xz
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.tar.zst
nixpkgs-7b92c7f79583c908952423935b75d51d0616149a.zip
haskellPackages.hackage-db: Reactivate hydra job
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3a3282d2ab7..d119f0a0d33 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1953,4 +1953,6 @@ EOT
   # https://github.com/erikd/wide-word/issues/57
   wide-word = doJailbreak super.wide-word;
 
+  hackage-db_2_1_0 = doDistribute super.hackage-db_2_1_0;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 2c4612daac3..454b7338d66 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -89,6 +89,6 @@ self: super: {
 
   # 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;
+  hackage-db = self.hackage-db_2_1_0;
 
 }