haskell-fay: update to version 0.19.0.1
This commit is contained in:
parent
adea1ded8a
commit
9067bb3ef4
@ -1,22 +1,22 @@
|
|||||||
{ cabal, aeson, attoparsec, Cabal, cpphs, dataDefault, filepath
|
{ cabal, aeson, attoparsec, Cabal, cpphs, dataDefault, filepath
|
||||||
, ghcPaths, haskellNames, haskellPackages, haskellSrcExts, HUnit
|
, ghcPaths, haskellNames, haskellPackages, haskellSrcExts, HUnit
|
||||||
, languageEcmascript, mtl, optparseApplicative, prettyShow, safe
|
, languageEcmascript, mtl, optparseApplicative, prettyShow, safe
|
||||||
, sourcemap, split, syb, testFramework, testFrameworkHunit
|
, scientific, sourcemap, split, syb, testFramework
|
||||||
, testFrameworkTh, text, time, uniplate, unorderedContainers
|
, testFrameworkHunit, testFrameworkTh, text, time, uniplate
|
||||||
, utf8String, vector
|
, unorderedContainers, utf8String, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fay";
|
pname = "fay";
|
||||||
version = "0.18.1.3";
|
version = "0.19.0.1";
|
||||||
sha256 = "1m747l2555w1jkdwh8b851mxvngiy7l7sbkwvm2il6k5ygcz5gbv";
|
sha256 = "036z4wz7vziaczhx1ysbm7d2302n2sb6l1z48py8spai5awkbvh0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec Cabal cpphs dataDefault filepath ghcPaths
|
aeson attoparsec Cabal cpphs dataDefault filepath ghcPaths
|
||||||
haskellNames haskellPackages haskellSrcExts HUnit
|
haskellNames haskellPackages haskellSrcExts HUnit
|
||||||
languageEcmascript mtl optparseApplicative prettyShow safe
|
languageEcmascript mtl optparseApplicative prettyShow safe
|
||||||
sourcemap split syb testFramework testFrameworkHunit
|
scientific sourcemap split syb testFramework testFrameworkHunit
|
||||||
testFrameworkTh text time uniplate unorderedContainers utf8String
|
testFrameworkTh text time uniplate unorderedContainers utf8String
|
||||||
vector
|
vector
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user