haskell-hit: update to version 0.6.0

This commit is contained in:
Peter Simons 2014-05-04 22:59:28 +02:00
parent 37df971a49
commit 10d6cf6116

View file

@ -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";