haskell-MissingH: update to version 1.2.0.0

This commit is contained in:
Peter Simons 2012-09-24 12:06:06 +02:00
parent fb37bdc583
commit 5e85ad98cd

View File

@ -1,15 +1,15 @@
{ cabal, filepath, hslogger, HUnit, mtl, network, parsec, random { cabal, filepath, hslogger, HUnit, mtl, network, parsec, random
, regexCompat , regexCompat, time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "MissingH"; pname = "MissingH";
version = "1.1.1.0"; version = "1.2.0.0";
sha256 = "1i2fdr6p0jnn9w865ngjcchbsamrvnvdf9c4vzhjhzy500z2k1ry"; sha256 = "0bqg1j2pvm0ixrbnsxrr5kgibhbp191irhcavqlwfwgaxhrpqnm1";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
filepath hslogger HUnit mtl network parsec random regexCompat filepath hslogger HUnit mtl network parsec random regexCompat time
]; ];
meta = { meta = {
homepage = "http://software.complete.org/missingh"; homepage = "http://software.complete.org/missingh";