nixpkgs/pkgs/development/libraries/haskell/extra/default.nix
2014-11-13 14:51:36 +01:00

18 lines
608 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, QuickCheck, time }:
cabal.mkDerivation (self: {
pname = "extra";
version = "0.8";
sha256 = "06ydgniar294i9xzviz7qmr3xpnlkpvyvgigwxqfz50kv77w8ijw";
buildDepends = [ filepath time ];
testDepends = [ filepath QuickCheck time ];
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 ];
};
})