1
0
Fork 1
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:
Peter Simons 2014-08-04 11:10:10 +02:00
parent eaeff97543
commit ec87968ba2
2 changed files with 18 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};