From 45af6556f69eefc11de545e8eb829cd97ba1c27b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 May 2014 12:19:50 +0200 Subject: [PATCH] haskell-fay: update to version 0.20.0.0 --- .../libraries/haskell/fay/default.nix | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/pkgs/development/libraries/haskell/fay/default.nix b/pkgs/development/libraries/haskell/fay/default.nix index 5ad9931709ad..4a9bfe93e684 100644 --- a/pkgs/development/libraries/haskell/fay/default.nix +++ b/pkgs/development/libraries/haskell/fay/default.nix @@ -1,23 +1,21 @@ -{ cabal, aeson, attoparsec, Cabal, cpphs, dataDefault, filepath -, ghcPaths, haskellNames, haskellPackages, haskellSrcExts, HUnit -, languageEcmascript, mtl, optparseApplicative, prettyShow, safe -, scientific, sourcemap, split, syb, testFramework -, testFrameworkHunit, testFrameworkTh, text, time, uniplate +{ cabal, 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 }: cabal.mkDerivation (self: { pname = "fay"; - version = "0.19.2.1"; - sha256 = "05d0vmcwhssrr50zhbxbn3yg7h1rcjiqc4dpy3dd8kxlw6aizwq3"; + version = "0.20.0.0"; + sha256 = "04rjmn280f87xlzv4h9as3cxnwaapfvpvq7zaig2rrw0l342pxy0"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson attoparsec Cabal cpphs dataDefault filepath ghcPaths - haskellNames haskellPackages haskellSrcExts HUnit - languageEcmascript mtl optparseApplicative prettyShow safe - scientific sourcemap split syb testFramework testFrameworkHunit - testFrameworkTh text time uniplate unorderedContainers utf8String + 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 ]; meta = {