mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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:
parent
a2181e4ed8
commit
563244e8c6
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user