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

19 lines
608 B
Nix
Raw Normal View History

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