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:
@@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Stripe snaplet for the Snap Framework";
|
description = "Stripe snaplet for the Snap Framework";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user