18 lines
601 B
Nix
18 lines
601 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.3.2";
|
|
sha256 = "0in340mmbgqkafj60pas7dm6bn080nimxk8b9b6xzv0giih6dx66";
|
|
buildDepends = [ filepath time ];
|
|
testDepends = [ 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 ];
|
|
};
|
|
})
|