2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-01 10:19:50 +00:00
|
|
|
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
|
|
|
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
|
|
|
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
2014-06-16 14:10:56 +00:00
|
|
|
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
|
2014-01-29 10:45:06 +00:00
|
|
|
, unorderedContainers, utf8String, vector
|
2014-01-27 14:19:22 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "fay";
|
2014-08-18 18:06:28 +00:00
|
|
|
version = "0.20.1.2";
|
|
|
|
sha256 = "1ssii9wkml8jn8kcdq8h6sxrq4gap4asyglakvif2zawl3sqrdji";
|
2014-01-27 14:19:22 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-05-01 10:19:50 +00:00
|
|
|
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
|
|
|
haskellPackages haskellSrcExts languageEcmascript mtl
|
|
|
|
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
2014-06-16 14:10:56 +00:00
|
|
|
tastyTh text time transformers uniplate unorderedContainers
|
|
|
|
utf8String vector
|
2014-01-27 14:19:22 +00:00
|
|
|
];
|
|
|
|
meta = {
|
2014-08-18 18:06:28 +00:00
|
|
|
homepage = "https://github.com/faylang/fay/wiki";
|
2014-01-27 14:19:22 +00:00
|
|
|
description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-27 14:19:22 +00:00
|
|
|
};
|
|
|
|
})
|