haskell-src-exts: updated to version 1.11.1.nix
The older version, 1.9.6.nix, is still around because Agda won't accept the latest one. svn path=/nixpkgs/trunk/; revision=28226
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
{cabal, cpphs, happy}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "haskell-src-exts";
|
||||
version = "1.9.6";
|
||||
sha256 = "1bdbjwhzms962ncwiszp82a8m6jkgz6d9cns5585kipy9n224d3h";
|
||||
extraBuildInputs = [happy];
|
||||
propagatedBuildInputs = [cpphs];
|
||||
meta = {
|
||||
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user