3
0
Fork 0
forked from mirrors/nixpkgs

haskell-fay: update to version 0.20.1.3

This commit is contained in:
Peter Simons 2014-08-31 13:20:28 +02:00
parent 8aa476f4ff
commit 7eac7c3d57

View file

@ -1,24 +1,23 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, dataDefault, filepath, ghcPaths, groom
, haskellNames, haskellPackages, haskellSrcExts, languageEcmascript
, mtl, optparseApplicative, safe, sourcemap, split, spoon, syb
, tasty, tastyHunit, tastyTh, text, time, transformers, uniplate
, unorderedContainers, utf8String, vector
{ cabal, aeson, dataDefault, filepath, ghcPaths, haskellNames
, haskellPackages, haskellSrcExts, languageEcmascript, mtl
, optparseApplicative, safe, sourcemap, split, spoon, syb, text
, time, transformers, uniplate, unorderedContainers, utf8String
, vector
}:
cabal.mkDerivation (self: {
pname = "fay";
version = "0.20.1.2";
sha256 = "1ssii9wkml8jn8kcdq8h6sxrq4gap4asyglakvif2zawl3sqrdji";
version = "0.20.1.3";
sha256 = "1r9a1my8wydxx92xg04kacw90s1r4bms84fvs1w52r73knp5kb6r";
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 time transformers uniplate unorderedContainers
utf8String vector
aeson dataDefault filepath ghcPaths haskellNames haskellPackages
haskellSrcExts languageEcmascript mtl optparseApplicative safe
sourcemap split spoon syb text time transformers uniplate
unorderedContainers utf8String vector
];
meta = {
homepage = "https://github.com/faylang/fay/wiki";