3
0
Fork 0
forked from mirrors/nixpkgs

haskell-multiplate: jailbreak to fix build with transformers 0.4.x

This commit is contained in:
Peter Simons 2014-06-05 12:21:16 +02:00
parent 9dd2b3c651
commit 22cc19e96e

View file

@ -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";