about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/auto-update/default.nix
blob: b7c314f9ff9794ac7777c8ba60f49947160b39e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hspec }:

cabal.mkDerivation (self: {
  pname = "auto-update";
  version = "0.1.1.1";
  sha256 = "0ksclbh3d7p2511ji86ind8f6jrh58mz61mc441kfz51ippkdk59";
  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;
  };
})