summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 11:29:40 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 11:29:55 +0100
commitcb7607499ba00dcec8f3bb4eba974fe9cd046d70 (patch)
treeed7364473b9b225c0c5e6f90aa11caa3cb8a44a5 /pkgs/development/libraries/haskell
parentcf71ba454df96382daafe3d215c40a4c361fb9bb (diff)
haskell-edit-distance: update to version 0.2.1.2
Diffstat (limited to 'pkgs/development/libraries/haskell')
-rw-r--r--pkgs/development/libraries/haskell/edit-distance/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/edit-distance/default.nix b/pkgs/development/libraries/haskell/edit-distance/default.nix
index b6d0b4668f8ef..22f5953b7e040 100644
--- a/pkgs/development/libraries/haskell/edit-distance/default.nix
+++ b/pkgs/development/libraries/haskell/edit-distance/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "edit-distance";
-  version = "0.2.1.1";
-  sha256 = "1d8h38cn3azvsp2dp5gycglm5bwwd8plbag8ypi38yj6c35a82yn";
+  version = "0.2.1.2";
+  sha256 = "08dxsp1ar8mr4xrjy37lzl0s1rjnqsdq30p09nclip5pyhcw7g44";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ random ];