haskell-th-desugar: update to version 1.4.1

This commit is contained in:
Peter Simons 2014-07-03 17:01:04 +02:00
parent 9c67107c4f
commit a4a2aafcee

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "th-desugar"; pname = "th-desugar";
version = "1.4.0"; version = "1.4.1";
sha256 = "0jadwqhk9dqnicg3p958a6cyfvl70amjc1hl7bhlygpxpdfffwad"; sha256 = "1pjv301bshdmn3s5nrmmcx5d1b80c410lml73sai68dhx7v64vw2";
buildDepends = [ mtl syb ]; buildDepends = [ mtl syb ];
testDepends = [ hspec HUnit mtl syb ]; testDepends = [ hspec HUnit mtl syb ];
meta = { meta = {