2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, cpphs, happy }:
|
2011-08-07 18:21:52 +00:00
|
|
|
|
2011-08-08 15:01:41 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 18:21:52 +00:00
|
|
|
pname = "haskell-src-exts";
|
2012-09-10 12:29:38 +00:00
|
|
|
version = "1.13.5";
|
|
|
|
sha256 = "03bzhfp7l9f5hh61qdrr83331nbfgj3jfsfylwmnmcknpisdqnkw";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ cpphs ];
|
2011-08-08 15:01:41 +00:00
|
|
|
buildTools = [ happy ];
|
2013-02-24 22:10:17 +00:00
|
|
|
doCheck = false;
|
2011-08-07 18:21:52 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://code.haskell.org/haskell-src-exts";
|
|
|
|
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 10:43:40 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-08-07 18:21:52 +00:00
|
|
|
};
|
|
|
|
})
|