Added HAppS and gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=16419
This commit is contained in:
11
pkgs/development/libraries/haskell/datetime/default.nix
Normal file
11
pkgs/development/libraries/haskell/datetime/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{cabal, QuickCheck, time}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "datetime";
|
||||
version = "0.1";
|
||||
sha256 = "931acc70cb45922c95f2c3225d04619e19fd9c5947a66ae69e96d6e693195048";
|
||||
propagatedBuildInputs = [QuickCheck time];
|
||||
meta = {
|
||||
description = "Utilities to make Data.Time.* easier to use";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user