From de73ae1aac212be1fcbe589795e2fc646e7ff19b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 3 Aug 2012 17:42:47 +0200 Subject: [PATCH] haskell-fclabels: update to version 1.1.4 --- pkgs/development/libraries/haskell/fclabels/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/fclabels/default.nix b/pkgs/development/libraries/haskell/fclabels/default.nix index 5f62315a972..25ec69c8459 100644 --- a/pkgs/development/libraries/haskell/fclabels/default.nix +++ b/pkgs/development/libraries/haskell/fclabels/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "fclabels"; - version = "1.1.3"; - sha256 = "1f8aav4gcpixmnnwcml0aqsqswb8fc0rp986nbyap22gmcw4hflx"; + version = "1.1.4"; + sha256 = "0b15nvnsxckw75q7dgrfxnnjc93ah140gi3s5wpb41q0fnvl9npz"; buildDepends = [ mtl transformers ]; meta = { description = "First class accessor labels";