18 lines
608 B
Nix
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 ];
|
|
};
|
|
})
|