From 563244e8c6cecf878b30c8a45c2c50e5aaec0c4a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Oct 2014 16:07:26 +0200 Subject: [PATCH] haskell-snaplet-stripe: build is broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/Snap/Snaplet/Stripe.hs:192:7: ‘hcCompiledSplices’ is not a (visible) constructor field name src/Snap/Snaplet/Stripe.hs:193:7: ‘hcInterpretedSplices’ is not a (visible) constructor field name --- pkgs/development/libraries/haskell/snaplet-stripe/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/snaplet-stripe/default.nix b/pkgs/development/libraries/haskell/snaplet-stripe/default.nix index 1024b2ac4ee3..ecc2507a8ca0 100644 --- a/pkgs/development/libraries/haskell/snaplet-stripe/default.nix +++ b/pkgs/development/libraries/haskell/snaplet-stripe/default.nix @@ -18,5 +18,6 @@ cabal.mkDerivation (self: { description = "Stripe snaplet for the Snap Framework"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + broken = true; }; })