forked from mirrors/nixpkgs
haskell-multiplate: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
9dd2b3c651
commit
22cc19e96e
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.0.2";
|
version = "0.0.2";
|
||||||
sha256 = "02pqfkdcv4fn0pmxphg19b3fiazn4hpphfj8xgp77vpy2lczndsw";
|
sha256 = "02pqfkdcv4fn0pmxphg19b3fiazn4hpphfj8xgp77vpy2lczndsw";
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/Multiplate";
|
homepage = "http://haskell.org/haskellwiki/Multiplate";
|
||||||
description = "Lightweight generic library for mutually recursive data types";
|
description = "Lightweight generic library for mutually recursive data types";
|
||||||
|
|
Loading…
Reference in a new issue