2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, cpphs, happy }:
|
2011-08-07 11:21:52 -07:00
|
|
|
|
2011-08-08 08:01:41 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 11:21:52 -07:00
|
|
|
pname = "haskell-src-exts";
|
2012-09-10 05:29:38 -07:00
|
|
|
version = "1.13.5";
|
|
|
|
sha256 = "03bzhfp7l9f5hh61qdrr83331nbfgj3jfsfylwmnmcknpisdqnkw";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ cpphs ];
|
2011-08-08 08:01:41 -07:00
|
|
|
buildTools = [ happy ];
|
2013-02-24 14:10:17 -08:00
|
|
|
doCheck = false;
|
2011-08-07 11:21:52 -07: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 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 03:43:40 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-08-07 11:21:52 -07:00
|
|
|
};
|
|
|
|
})
|