haskell-snaplet-stripe: build is broken

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
This commit is contained in:
Peter Simons 2014-10-14 16:07:26 +02:00
parent a2181e4ed8
commit 563244e8c6

View file

@ -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;
};
})