haskell-haskell-src-exts: update to version 1.14.0.1
This commit is contained in:
parent
24f0b095a6
commit
4e9e56382e
@ -4,15 +4,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "haskell-src-exts";
|
pname = "haskell-src-exts";
|
||||||
version = "1.14.0";
|
version = "1.14.0.1";
|
||||||
sha256 = "070khsw56xwyrclamv5wckj9na2xbzibv702xx52ik2wbs21dr0d";
|
sha256 = "1bsqjj4hy8mqprs44yfy1c96678w9q708yc40g5ygqfyhg0hd29s";
|
||||||
buildDepends = [ cpphs ];
|
buildDepends = [ cpphs ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
filepath smallcheck tasty tastyHunit tastySmallcheck
|
filepath smallcheck tasty tastyHunit tastySmallcheck
|
||||||
];
|
];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
preConfigure = "runhaskell Setup.hs clean";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/haskell-suite/haskell-src-exts";
|
homepage = "https://github.com/haskell-suite/haskell-src-exts";
|
||||||
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user