nixpkgs/pkgs/development/libraries/haskell/extra/default.nix

19 lines
599 B
Nix
Raw Normal View History

2014-10-19 06:21:58 -07:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, QuickCheck, time }:
cabal.mkDerivation (self: {
pname = "extra";
2014-10-26 08:43:39 -07:00
version = "0.4";
sha256 = "1wqhnfm297iwf6l4bkhnlbv4bb54b9y5qig7h5n7fjn88bxgwj1l";
2014-10-19 06:21:58 -07:00
buildDepends = [ filepath time ];
2014-10-21 08:13:18 -07:00
testDepends = [ QuickCheck time ];
2014-10-19 06:21:58 -07:00
meta = {
homepage = "https://github.com/ndmitchell/extra#readme";
description = "Extra functions I use";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
};
})