3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/extra/default.nix

19 lines
608 B
Nix
Raw Normal View History

2014-10-19 14:21:58 +01:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, QuickCheck, time }:
cabal.mkDerivation (self: {
pname = "extra";
2014-12-12 08:49:18 +00:00
version = "1.0";
sha256 = "0ainwq8f2mp1wc30srl971xy4qnrcyrcyig1kmrxx951hgav1dkb";
2014-10-19 14:21:58 +01:00
buildDepends = [ filepath time ];
2014-10-31 10:37:21 +00:00
testDepends = [ filepath QuickCheck time ];
2014-10-19 14:21:58 +01: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 ];
};
})