haskell-hourglass: update to version 0.1.2
This commit is contained in:
parent
32ca02ffac
commit
8d6975cc75
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hourglass";
|
pname = "hourglass";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "1mxi98l9nsnddkkd35r70l1y04wq0lh6xsapjbkz411q5045wfk7";
|
sha256 = "18jvl4f8vfabvd9vlhxjjlswc80x8w4h6gdflvzdkjrknnyk118j";
|
||||||
buildDepends = [ deepseq ];
|
buildDepends = [ deepseq ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
deepseq HUnit mtl QuickCheck testFramework testFrameworkHunit
|
deepseq HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||||
|
|
Loading…
Reference in New Issue