haskell-hit: update to version 0.6.2

This commit is contained in:
Peter Simons 2014-10-13 13:03:00 +02:00
parent 7f65329769
commit 08a5d00b97

View file

@ -2,19 +2,19 @@
{ cabal, attoparsec, bytedump, cryptohash, hourglass, HUnit, mtl
, parsec, patience, QuickCheck, random, systemFileio
, systemFilepath, testFramework, testFrameworkQuickcheck2, vector
, zlib, zlibBindings
, systemFilepath, testFramework, testFrameworkQuickcheck2
, unixCompat, vector, zlib, zlibBindings
}:
cabal.mkDerivation (self: {
pname = "hit";
version = "0.6.1";
sha256 = "175i6gag596dy341jlr5sjj55qcaqgymrcr1czcaigsxsn5yx8b9";
version = "0.6.2";
sha256 = "07lfjbn48v8ykkyj15diy4a9kpgzc93gv0l1rdfcacl3f26a97hs";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec cryptohash hourglass mtl parsec patience random
systemFileio systemFilepath vector zlib zlibBindings
systemFileio systemFilepath unixCompat vector zlib zlibBindings
];
testDepends = [
bytedump hourglass HUnit QuickCheck testFramework