haskell-fay: update to version 0.20.1.0
This commit is contained in:
parent
861c1ca445
commit
64f2634b49
@ -1,22 +1,22 @@
|
|||||||
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
||||||
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
||||||
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
||||||
, tasty, tastyHunit, tastyTh, text, transformers, uniplate
|
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
|
||||||
, unorderedContainers, utf8String, vector
|
, unorderedContainers, utf8String, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fay";
|
pname = "fay";
|
||||||
version = "0.20.0.4";
|
version = "0.20.1.0";
|
||||||
sha256 = "0cxcd4nxnq8nl03xgxa1nb0932hq4dz1lxpp3gqqs5k5wvs62303";
|
sha256 = "0b2nhf1qnlr5pa03dcy487ylb3aldrn6cj0hkjsa761pkb8mkw71";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
||||||
haskellPackages haskellSrcExts languageEcmascript mtl
|
haskellPackages haskellSrcExts languageEcmascript mtl
|
||||||
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
||||||
tastyTh text transformers uniplate unorderedContainers utf8String
|
tastyTh text time transformers uniplate unorderedContainers
|
||||||
vector
|
utf8String vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://fay-lang.org/";
|
homepage = "http://fay-lang.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user