From 10d6cf6116f6dd9f0a975a51c7765becad4f0ce8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 22:59:28 +0200 Subject: haskell-hit: update to version 0.6.0 --- pkgs/development/libraries/haskell/hit/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/haskell/hit/default.nix b/pkgs/development/libraries/haskell/hit/default.nix index abfe150c1637..9e1a48d94e67 100644 --- a/pkgs/development/libraries/haskell/hit/default.nix +++ b/pkgs/development/libraries/haskell/hit/default.nix @@ -1,22 +1,22 @@ -{ cabal, attoparsec, bytedump, cryptohash, HUnit, mtl, parsec -, patience, QuickCheck, random, systemFileio, systemFilepath -, testFramework, testFrameworkQuickcheck2, time, vector, zlib -, zlibBindings +{ cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl +, parsec, patience, QuickCheck, random, systemFileio +, systemFilepath, testFramework, testFrameworkQuickcheck2, vector +, zlib, zlibBindings }: cabal.mkDerivation (self: { pname = "hit"; - version = "0.5.5"; - sha256 = "18k2fgwflzs2lpkhxg2xvni3l9cdn3hk9ajrd4flz12j7vp0ga4c"; + version = "0.6.0"; + sha256 = "1haslqhnpfdll5cl3vq1y03h916lydhc9mq4gagm9qzjfjqv54k2"; isLibrary = true; isExecutable = true; buildDepends = [ - attoparsec cryptohash mtl parsec patience random systemFileio - systemFilepath time vector zlib zlibBindings + attoparsec cryptohash hourglass mtl parsec patience random + systemFileio systemFilepath vector zlib zlibBindings ]; testDepends = [ - bytedump HUnit QuickCheck testFramework testFrameworkQuickcheck2 - time + bytedump hourglass HUnit QuickCheck testFramework + testFrameworkQuickcheck2 ]; meta = { homepage = "http://github.com/vincenthz/hit"; -- cgit 1.4.1