mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-auto-update: add version 0.1.0.0
This commit is contained in:
parent
eaeff97543
commit
ec87968ba2
16
pkgs/development/libraries/haskell/auto-update/default.nix
Normal file
16
pkgs/development/libraries/haskell/auto-update/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, hspec }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "auto-update";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "000aaccwpi373fnnmnq08d3128ncgv3w6pj25px25c2kp56z4c0l";
|
||||
testDepends = [ hspec ];
|
||||
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;
|
||||
};
|
||||
})
|
|
@ -209,6 +209,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
attoparsecEnumerator = callPackage ../development/libraries/haskell/attoparsec-enumerator {};
|
||||
|
||||
autoUpdate = callPackage ../development/libraries/haskell/auto-update {};
|
||||
|
||||
aws = callPackage ../development/libraries/haskell/aws {};
|
||||
|
||||
authenticate = callPackage ../development/libraries/haskell/authenticate {};
|
||||
|
|
Loading…
Reference in a new issue