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

19 lines
608 B
Nix
Raw Normal View History

2014-10-19 13:21:58 +00:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, QuickCheck, time }:
cabal.mkDerivation (self: {
pname = "extra";
2014-11-01 15:58:45 +00:00
version = "0.6";
sha256 = "1mayrzlk6kycdwcag60pzas5cmbhlxid1bkfsaqa371bfjs79zpn";
2014-10-19 13:21:58 +00:00
buildDepends = [ filepath time ];
2014-10-31 10:37:21 +00:00
testDepends = [ filepath QuickCheck time ];
2014-10-19 13:21:58 +00: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 ];
};
})