From 18283ac861c08c24c90cd3fadd43a5d3f9a2993e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Jun 2014 15:04:02 +0200 Subject: [PATCH] haskell-fb: re-generate with cabal2nix --- pkgs/development/libraries/haskell/fb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/fb/default.nix b/pkgs/development/libraries/haskell/fb/default.nix index 9efbd285068..92f256ae811 100644 --- a/pkgs/development/libraries/haskell/fb/default.nix +++ b/pkgs/development/libraries/haskell/fb/default.nix @@ -20,6 +20,7 @@ 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/meteficha/fb"; @@ -27,5 +28,4 @@ cabal.mkDerivation (self: { license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; - jailbreak = true; })