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-06 14:29:55 +01:00
version = "0.7";
sha256 = "11839h4915xjgmz8av60pn8qaw3b0ckbpw4l9nq5a77qb9rgpbfs";
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 ];
};
})