haskell-fay: update to version 0.20.1.3
This commit is contained in:
parent
8aa476f4ff
commit
7eac7c3d57
@ -1,24 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
|
{ cabal, aeson, dataDefault, filepath, ghcPaths, haskellNames
|
||||||
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
|
, haskellPackages, haskellSrcExts, languageEcmascript, mtl
|
||||||
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
|
, optparseApplicative, safe, sourcemap, split, spoon, syb, text
|
||||||
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
|
, time, transformers, uniplate, unorderedContainers, utf8String
|
||||||
, unorderedContainers, utf8String, vector
|
, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fay";
|
pname = "fay";
|
||||||
version = "0.20.1.2";
|
version = "0.20.1.3";
|
||||||
sha256 = "1ssii9wkml8jn8kcdq8h6sxrq4gap4asyglakvif2zawl3sqrdji";
|
sha256 = "1r9a1my8wydxx92xg04kacw90s1r4bms84fvs1w52r73knp5kb6r";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec dataDefault filepath ghcPaths groom haskellNames
|
aeson dataDefault filepath ghcPaths haskellNames haskellPackages
|
||||||
haskellPackages haskellSrcExts languageEcmascript mtl
|
haskellSrcExts languageEcmascript mtl optparseApplicative safe
|
||||||
optparseApplicative safe sourcemap split spoon syb tasty tastyHunit
|
sourcemap split spoon syb text time transformers uniplate
|
||||||
tastyTh text time transformers uniplate unorderedContainers
|
unorderedContainers utf8String vector
|
||||||
utf8String vector
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/faylang/fay/wiki";
|
homepage = "https://github.com/faylang/fay/wiki";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user