haskell-hourglass: update to version 0.2.0
This commit is contained in:
parent
2a53dce4e7
commit
0e015977e2
@ -1,15 +1,12 @@
|
|||||||
{ cabal, deepseq, HUnit, mtl, QuickCheck, testFramework
|
{ cabal, deepseq, mtl, tasty, tastyHunit, tastyQuickcheck, time }:
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, time
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hourglass";
|
pname = "hourglass";
|
||||||
version = "0.1.2";
|
version = "0.2.0";
|
||||||
sha256 = "18jvl4f8vfabvd9vlhxjjlswc80x8w4h6gdflvzdkjrknnyk118j";
|
sha256 = "13zphy3gfj9p7vsa477qy30968fnz5kq7d0lzb1pyg5hxkx44rim";
|
||||||
buildDepends = [ deepseq ];
|
buildDepends = [ deepseq ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
deepseq HUnit mtl QuickCheck testFramework testFrameworkHunit
|
deepseq mtl tasty tastyHunit tastyQuickcheck time
|
||||||
testFrameworkQuickcheck2 time
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/vincenthz/hs-hourglass";
|
homepage = "https://github.com/vincenthz/hs-hourglass";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user