haskell-th-desugar: tests don't compile with 7.8.3

This commit is contained in:
John Wiegley 2014-07-24 15:15:18 -05:00
parent 78a42931e5
commit ee8f098c9d

View file

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