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
|
||||
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
||||
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
||||
, tasty, tastyHunit, tastyTh, text, transformers, uniplate
|
||||
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
|
||||
, unorderedContainers, utf8String, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fay";
|
||||
version = "0.20.0.4";
|
||||
sha256 = "0cxcd4nxnq8nl03xgxa1nb0932hq4dz1lxpp3gqqs5k5wvs62303";
|
||||
version = "0.20.1.0";
|
||||
sha256 = "0b2nhf1qnlr5pa03dcy487ylb3aldrn6cj0hkjsa761pkb8mkw71";
|
||||
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 transformers uniplate unorderedContainers utf8String
|
||||
vector
|
||||
tastyTh text time transformers uniplate unorderedContainers
|
||||
utf8String vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://fay-lang.org/";
|
||||
|
|
Loading…
Reference in New Issue