Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, QuickCheck, time }:
|
||||
{ cabal, Cabal, QuickCheck, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "datetime";
|
||||
version = "0.2.1";
|
||||
sha256 = "1yfg3wvi13r725dhfsmcdw4ns3cgl2ayrb5jck0q8b4crk2dlrzg";
|
||||
buildDepends = [ QuickCheck time ];
|
||||
buildDepends = [ Cabal QuickCheck time ];
|
||||
meta = {
|
||||
homepage = "http://github.com/esessoms/datetime";
|
||||
description = "Utilities to make Data.Time.* easier to use.";
|
||||
|
||||
Reference in New Issue
Block a user