summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-08 12:16:31 +0100
committerPeter Simons <simons@cryp.to>2014-11-08 15:50:15 +0100
commitc2e47bbb6dc675f0c10a1e0193689c8e98a5fdde (patch)
treec267418b162ad272e656680ff4ceaad45ce29c33 /pkgs/top-level
parentf7bb952d56377a34157de80b52491287ab0ec3ef (diff)
downloadnixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar.gz
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar.bz2
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar.lz
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar.xz
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.tar.zst
nixpkgs-c2e47bbb6dc675f0c10a1e0193689c8e98a5fdde.zip
haskell-hashable: drop obsolete version 1.1.2.5
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 147bac24074..0e4578806de 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -1054,9 +1054,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
 
   happstackFastCGI = callPackage ../development/libraries/haskell/happstack/happstack-fastcgi.nix {};
 
-  hashable_1_1_2_5 = callPackage ../development/libraries/haskell/hashable/1.1.2.5.nix {};
-  hashable_1_2_2_0 = callPackage ../development/libraries/haskell/hashable/1.2.2.0.nix {};
-  hashable = self.hashable_1_2_2_0;
+  hashable = callPackage ../development/libraries/haskell/hashable {};
 
   hashableExtras = callPackage ../development/libraries/haskell/hashable-extras {};