From 9cc3a7771c8afd7138488eb1b9b479c87b1664dd Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 7 Feb 2015 19:09:23 +0000 Subject: [PATCH] haskell-fb: bump version Fixes build --- pkgs/development/libraries/haskell/fb/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/fb/default.nix b/pkgs/development/libraries/haskell/fb/default.nix index f257d26c7d32..b325af923d7d 100644 --- a/pkgs/development/libraries/haskell/fb/default.nix +++ b/pkgs/development/libraries/haskell/fb/default.nix @@ -10,8 +10,8 @@ cabal.mkDerivation (self: { pname = "fb"; - version = "1.0.7"; - sha256 = "0ghyddxf4aqidqvbm93pjgaban0whfj4y1w11b7nxy89srhyjhh8"; + version = "1.0.8"; + sha256 = "1cv722kkp6lbxajv3ka4088x2491yy41cfypqqkq753mm59x6s9m"; buildDepends = [ aeson attoparsec base16Bytestring base64Bytestring cereal conduit conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault @@ -22,7 +22,6 @@ cabal.mkDerivation (self: { aeson conduit dataDefault hspec httpConduit HUnit liftedBase monadControl QuickCheck resourcet text time transformers ]; - jailbreak = true; doCheck = false; meta = { homepage = "https://github.com/prowdsponsor/fb";