summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
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/haskell-modules/configuration-common.nix
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/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 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