haskell-hit: update to version 0.5.2

This commit is contained in:
Peter Simons 2014-01-25 16:52:42 +01:00
parent c18cc5d6e8
commit 6a540116e6

View File

@ -1,17 +1,17 @@
{ cabal, attoparsec, blazeBuilder, bytedump, cryptohash, HUnit, mtl { cabal, attoparsec, bytedump, cryptohash, HUnit, mtl, parsec
, parsec, QuickCheck, random, systemFileio, systemFilepath , patience, QuickCheck, random, systemFileio, systemFilepath
, testFramework, testFrameworkQuickcheck2, time, vector, zlib , testFramework, testFrameworkQuickcheck2, time, vector, zlib
, zlibBindings , zlibBindings
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hit"; pname = "hit";
version = "0.5.0"; version = "0.5.2";
sha256 = "05v49l3k8gwn922d5b5xrzdrakh6bw02bp8hd8yc8163jyazk2vx"; sha256 = "05f5xm23049ngvsch9cp2snyknk3qknx1jlb42zi0nbv8f1hymnn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec blazeBuilder cryptohash mtl parsec random systemFileio attoparsec cryptohash mtl parsec patience random systemFileio
systemFilepath time vector zlib zlibBindings systemFilepath time vector zlib zlibBindings
]; ];
testDepends = [ testDepends = [