forked from mirrors/nixpkgs
haskell-th-desugar: tests don't compile with 7.8.3
This commit is contained in:
parent
78a42931e5
commit
ee8f098c9d
|
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "16l0khjx2wppnm9spp6mg659m95hxjkzfv3pjw5ays3z6clhx8b9";
|
||||
buildDepends = [ mtl syb ];
|
||||
testDepends = [ hspec HUnit mtl syb ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.cis.upenn.edu/~eir/packages/th-desugar";
|
||||
description = "Functions to desugar Template Haskell";
|
||||
|
|
Loading…
Reference in a new issue