15 lines
447 B
Nix
15 lines
447 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "auto-update";
|
|
version = "0.1.2";
|
|
sha256 = "0ccix41jjpqkzvnfr5md1cbhsa9fkv6dy7yw73j8dnvqbqnz1z0l";
|
|
meta = {
|
|
homepage = "https://github.com/yesodweb/wai";
|
|
description = "Efficiently run periodic, on-demand actions";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|