haskell-MissingH: update to version 1.2.0.0
This commit is contained in:
parent
fb37bdc583
commit
5e85ad98cd
@ -1,15 +1,15 @@
|
||||
{ cabal, filepath, hslogger, HUnit, mtl, network, parsec, random
|
||||
, regexCompat
|
||||
, regexCompat, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "MissingH";
|
||||
version = "1.1.1.0";
|
||||
sha256 = "1i2fdr6p0jnn9w865ngjcchbsamrvnvdf9c4vzhjhzy500z2k1ry";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "0bqg1j2pvm0ixrbnsxrr5kgibhbp191irhcavqlwfwgaxhrpqnm1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
filepath hslogger HUnit mtl network parsec random regexCompat
|
||||
filepath hslogger HUnit mtl network parsec random regexCompat time
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://software.complete.org/missingh";
|
||||
|
Loading…
x
Reference in New Issue
Block a user