e15036dbd0
Remove explicit old aeson version and update to latest
31 lines
1.2 KiB
Nix
31 lines
1.2 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
|
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
|
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
|
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
|
|
, unorderedContainers, utf8String, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "fay";
|
|
version = "0.20.1.2";
|
|
sha256 = "1ssii9wkml8jn8kcdq8h6sxrq4gap4asyglakvif2zawl3sqrdji";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
|
haskellPackages haskellSrcExts languageEcmascript mtl
|
|
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
|
tastyTh text time transformers uniplate unorderedContainers
|
|
utf8String vector
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/faylang/fay/wiki";
|
|
description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|