haskell-event-list: update to version 0.1.1
This commit is contained in:
parent
0b0ace748a
commit
8bc8dd90af
@ -1,12 +1,14 @@
|
|||||||
{ cabal, nonNegative, QuickCheck, transformers, utilityHt }:
|
{ cabal, nonNegative, QuickCheck, random, transformers, utilityHt
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "event-list";
|
pname = "event-list";
|
||||||
version = "0.1.0.2";
|
version = "0.1.1";
|
||||||
sha256 = "01j48871nijhkbqdsfvbvq01yr9b5a056fn03ccgazikfsd368ri";
|
sha256 = "1qv7a4np8cr0chbvlz0kmcrvc95w1z7fqs2pq0mkwx22hnslsh5l";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [ nonNegative QuickCheck transformers utilityHt ];
|
buildDepends = [ nonNegative QuickCheck transformers utilityHt ];
|
||||||
|
testDepends = [
|
||||||
|
nonNegative QuickCheck random transformers utilityHt
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~thielema/event-list/";
|
homepage = "http://code.haskell.org/~thielema/event-list/";
|
||||||
description = "Event lists with relative or absolute time stamps";
|
description = "Event lists with relative or absolute time stamps";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user