summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-14 11:14:38 +0200
committerPeter Simons <simons@cryp.to>2012-07-14 11:14:38 +0200
commit39fb1d6f384140c9e948bf6af9d5a67d5f2475c6 (patch)
tree59ab0af48a582600efdf721498df879f172dba60 /pkgs/development
parentd29fe161cef0b02672183dadfe0954d6019b1968 (diff)
downloadnixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar.gz
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar.bz2
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar.lz
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar.xz
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.tar.zst
nixpkgs-39fb1d6f384140c9e948bf6af9d5a67d5f2475c6.zip
haskell-binary: update to version 0.5.1.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/binary/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/binary/default.nix b/pkgs/development/libraries/haskell/binary/default.nix
index 01a9483c554..a8fefba0274 100644
--- a/pkgs/development/libraries/haskell/binary/default.nix
+++ b/pkgs/development/libraries/haskell/binary/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "binary";
-  version = "0.5.1.0";
-  sha256 = "18si0f021447b1kqshar224zyh02gc65z7v82waxcn4igss7gm1a";
+  version = "0.5.1.1";
+  sha256 = "0s62a92a2wwp8hdmkc6j6i9lh5mi6z1yd26fbhsbbm8bxah64pcl";
   meta = {
     homepage = "http://code.haskell.org/binary/";
     description = "Binary serialisation for Haskell values using lazy ByteStrings";