haskell-fay: update to version 0.20.0.0
This commit is contained in:
parent
14edbe5597
commit
45af6556f6
|
@ -1,23 +1,21 @@
|
||||||
{ cabal, aeson, attoparsec, Cabal, cpphs, dataDefault, filepath
|
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
||||||
, ghcPaths, haskellNames, haskellPackages, haskellSrcExts, HUnit
|
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
||||||
, languageEcmascript, mtl, optparseApplicative, prettyShow, safe
|
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
||||||
, scientific, sourcemap, split, syb, testFramework
|
, tasty, tastyHunit, tastyTh, text, transformers, uniplate
|
||||||
, testFrameworkHunit, testFrameworkTh, text, time, uniplate
|
|
||||||
, unorderedContainers, utf8String, vector
|
, unorderedContainers, utf8String, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fay";
|
pname = "fay";
|
||||||
version = "0.19.2.1";
|
version = "0.20.0.0";
|
||||||
sha256 = "05d0vmcwhssrr50zhbxbn3yg7h1rcjiqc4dpy3dd8kxlw6aizwq3";
|
sha256 = "04rjmn280f87xlzv4h9as3cxnwaapfvpvq7zaig2rrw0l342pxy0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec Cabal cpphs dataDefault filepath ghcPaths
|
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
||||||
haskellNames haskellPackages haskellSrcExts HUnit
|
haskellPackages haskellSrcExts languageEcmascript mtl
|
||||||
languageEcmascript mtl optparseApplicative prettyShow safe
|
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
||||||
scientific sourcemap split syb testFramework testFrameworkHunit
|
tastyTh text transformers uniplate unorderedContainers utf8String
|
||||||
testFrameworkTh text time uniplate unorderedContainers utf8String
|
|
||||||
vector
|
vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue