about summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-16 11:52:00 +0100
committerPeter Simons <simons@cryp.to>2013-01-16 12:42:30 +0100
commit6abb59cbac478a37d551568a474036c738049278 (patch)
treef654144e74136dd14f8c59617db985d3594dfe9f /pkgs/top-level/haskell-packages.nix
parent1775b99112263c56a60241fd8ba78b16d5cbd5c1 (diff)
downloadnixlib-6abb59cbac478a37d551568a474036c738049278.tar
nixlib-6abb59cbac478a37d551568a474036c738049278.tar.gz
nixlib-6abb59cbac478a37d551568a474036c738049278.tar.bz2
nixlib-6abb59cbac478a37d551568a474036c738049278.tar.lz
nixlib-6abb59cbac478a37d551568a474036c738049278.tar.xz
nixlib-6abb59cbac478a37d551568a474036c738049278.tar.zst
nixlib-6abb59cbac478a37d551568a474036c738049278.zip
haskell-hashable: update 1.2.x branch to 1.2.0.5
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 6f2db83c1941..595cdeb975f2 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -913,7 +913,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
   happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};
 
   hashable_1_1_2_5 = callPackage ../development/libraries/haskell/hashable/1.1.2.5.nix {};
-  hashable_1_2_0_3 = callPackage ../development/libraries/haskell/hashable/1.2.0.3.nix {};
+  hashable_1_2_0_5 = callPackage ../development/libraries/haskell/hashable/1.2.0.5.nix {};
   hashable = self.hashable_1_1_2_5;
 
   hashedStorage = callPackage ../development/libraries/haskell/hashed-storage {};