forked from mirrors/nixpkgs
haskell-haskell-src-exts: update to version 1.15.0.1
This commit is contained in:
parent
01494efdd6
commit
f80d29805a
|
@ -1,14 +1,15 @@
|
|||
{ cabal, cpphs, filepath, happy, smallcheck, tasty, tastyHunit
|
||||
, tastySmallcheck
|
||||
{ cabal, cpphs, filemanip, filepath, happy, mtl, smallcheck, syb
|
||||
, tasty, tastyGolden, tastySmallcheck
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haskell-src-exts";
|
||||
version = "1.14.0.1";
|
||||
sha256 = "1bsqjj4hy8mqprs44yfy1c96678w9q708yc40g5ygqfyhg0hd29s";
|
||||
version = "1.15.0.1";
|
||||
sha256 = "0xp5i06c478vn5m504ax5dfa7p5zc0kflbdkm2ijdzc779lpbx45";
|
||||
buildDepends = [ cpphs ];
|
||||
testDepends = [
|
||||
filepath smallcheck tasty tastyHunit tastySmallcheck
|
||||
filemanip filepath mtl smallcheck syb tasty tastyGolden
|
||||
tastySmallcheck
|
||||
];
|
||||
buildTools = [ happy ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue