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 { cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl
, patience, QuickCheck, random, systemFileio, systemFilepath , parsec, patience, QuickCheck, random, systemFileio
, testFramework, testFrameworkQuickcheck2, time, vector, zlib , systemFilepath, testFramework, testFrameworkQuickcheck2, vector
, zlibBindings , zlib, zlibBindings
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hit"; pname = "hit";
version = "0.5.5"; version = "0.6.0";
sha256 = "18k2fgwflzs2lpkhxg2xvni3l9cdn3hk9ajrd4flz12j7vp0ga4c"; sha256 = "1haslqhnpfdll5cl3vq1y03h916lydhc9mq4gagm9qzjfjqv54k2";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec cryptohash mtl parsec patience random systemFileio attoparsec cryptohash hourglass mtl parsec patience random
systemFilepath time vector zlib zlibBindings systemFileio systemFilepath vector zlib zlibBindings
]; ];
testDepends = [ testDepends = [
bytedump HUnit QuickCheck testFramework testFrameworkQuickcheck2 bytedump hourglass HUnit QuickCheck testFramework
time testFrameworkQuickcheck2
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hit"; homepage = "http://github.com/vincenthz/hit";