From cf4142b015876f69d530206655501e5320b90172 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 1 Apr 2014 00:27:12 +0200 Subject: [PATCH] haskell-bytestring-show: update to version 0.3.5.6 --- .../development/libraries/haskell/bytestring-show/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/bytestring-show/default.nix b/pkgs/development/libraries/haskell/bytestring-show/default.nix index b71b2a3ad83..19b8f15bc6d 100644 --- a/pkgs/development/libraries/haskell/bytestring-show/default.nix +++ b/pkgs/development/libraries/haskell/bytestring-show/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "bytestring-show"; - version = "0.3.5.5"; - sha256 = "0vd8f3jrzi2s119rcn20k6srk6l7ypiars1mxw1n1jrjx8ill2y4"; + version = "0.3.5.6"; + sha256 = "04h81a0bh2fvnkby1qafnydb29gzk6d4d311i2lbn7lm2vyjw919"; buildDepends = [ binary ]; meta = { homepage = "http://code.haskell.org/~dolio/";