haskell-haskell-src-exts: update to version 1.15.0.1

This commit is contained in:
Peter Simons 2014-04-28 19:17:32 +02:00
parent 01494efdd6
commit f80d29805a

View File

@ -1,14 +1,15 @@
{ cabal, cpphs, filepath, happy, smallcheck, tasty, tastyHunit { cabal, cpphs, filemanip, filepath, happy, mtl, smallcheck, syb
, tastySmallcheck , tasty, tastyGolden, tastySmallcheck
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "haskell-src-exts"; pname = "haskell-src-exts";
version = "1.14.0.1"; version = "1.15.0.1";
sha256 = "1bsqjj4hy8mqprs44yfy1c96678w9q708yc40g5ygqfyhg0hd29s"; sha256 = "0xp5i06c478vn5m504ax5dfa7p5zc0kflbdkm2ijdzc779lpbx45";
buildDepends = [ cpphs ]; buildDepends = [ cpphs ];
testDepends = [ testDepends = [
filepath smallcheck tasty tastyHunit tastySmallcheck filemanip filepath mtl smallcheck syb tasty tastyGolden
tastySmallcheck
]; ];
buildTools = [ happy ]; buildTools = [ happy ];
doCheck = false; doCheck = false;