Skip to content

Commit

Permalink
haskell-hourglass: update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 2a53dce commit 0e01597
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/development/libraries/haskell/hourglass/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{ cabal, deepseq, HUnit, mtl, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, time
}:
{ cabal, deepseq, mtl, tasty, tastyHunit, tastyQuickcheck, time }:

cabal.mkDerivation (self: {
pname = "hourglass";
version = "0.1.2";
sha256 = "18jvl4f8vfabvd9vlhxjjlswc80x8w4h6gdflvzdkjrknnyk118j";
version = "0.2.0";
sha256 = "13zphy3gfj9p7vsa477qy30968fnz5kq7d0lzb1pyg5hxkx44rim";
buildDepends = [ deepseq ];
testDepends = [
deepseq HUnit mtl QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 time
deepseq mtl tasty tastyHunit tastyQuickcheck time
];
meta = {
homepage = "https://github.com/vincenthz/hs-hourglass";
Expand Down

0 comments on commit 0e01597

Please sign in to comment.