From 78dc1a227812dc2239a9eefd9296b432567d0e72 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Tue, 13 Jun 2023 11:04:07 +0000 Subject: [PATCH] odd-jobs: 60481132b229d22eda8efcd3392dd1df237bd968 --- horizon.dhall | 2 +- horizon.lock | 2 +- pkgs/odd-jobs.nix | 34 +++++++++++++++++----------------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/horizon.dhall b/horizon.dhall index 32515a09..f8a4fb92 100644 --- a/horizon.dhall +++ b/horizon.dhall @@ -567,7 +567,7 @@ let packages = , odd-jobs = H.callGit "https://github.com/saurabhnanda/odd-jobs" - "f6c7bbbcdb383d2eb487ad7fe427ec05a747c14f" + "60481132b229d22eda8efcd3392dd1df237bd968" (None H.Subdir) , one-liner = H.callHackage "one-liner" "2.1" , openapi3 = H.callHackage "openapi3" "3.2.3" diff --git a/horizon.lock b/horizon.lock index b5a2b83c..7f74e6ce 100644 --- a/horizon.lock +++ b/horizon.lock @@ -1756,7 +1756,7 @@ } , { mapKey = "odd-jobs" , mapValue = - "63a125646016dd066c0fb88d94901bcbc7fb54ead00cda68964dcffab32d0ad2" + "d7d651358d62761eabf0186a9dce78308d2af56504370ed223ba39333684ffba" } , { mapKey = "one-liner" , mapValue = diff --git a/pkgs/odd-jobs.nix b/pkgs/odd-jobs.nix index 5b2c486e..9962518d 100644 --- a/pkgs/odd-jobs.nix +++ b/pkgs/odd-jobs.nix @@ -1,7 +1,7 @@ -{ mkDerivation, aeson, base, bytestring, containers, daemons +{ mkDerivation, aeson, async, base, bytestring, containers , directory, either, fast-logger, fetchgit, filepath, foreign-store -, friendly-time, generic-deriving, hedgehog, hostname, lib -, lifted-async, lifted-base, lucid, mmorph, monad-control +, friendly-time, generic-deriving, hdaemonize, hedgehog, hostname +, lib, lifted-async, lifted-base, lucid, mmorph, monad-control , monad-logger, mtl, optparse-applicative, postgresql-simple , random, resource-pool, safe, servant, servant-lucid , servant-server, servant-static-th, string-conv, tasty @@ -14,34 +14,34 @@ mkDerivation { version = "0.2.2"; src = fetchgit { url = "https://github.com/saurabhnanda/odd-jobs"; - sha256 = "0iiga6idcbsm2lgcx6ck3bn37950gzhicrqg0xw65dxsfyhma2p0"; - rev = "f6c7bbbcdb383d2eb487ad7fe427ec05a747c14f"; + sha256 = "0zpyzrq5648wz3l4gk3v3j9jii1dq8kp1wal3ny8ghhmy04k7n5d"; + rev = "60481132b229d22eda8efcd3392dd1df237bd968"; fetchSubmodules = true; }; isLibrary = true; isExecutable = true; enableSeparateDataOutput = false; libraryHaskellDepends = [ - aeson base bytestring daemons directory either fast-logger filepath - friendly-time generic-deriving hostname lucid monad-control - monad-logger mtl optparse-applicative postgresql-simple - resource-pool safe servant servant-lucid servant-server - servant-static-th string-conv text text-conversions time - timing-convenience unix unliftio unliftio-core unordered-containers - wai warp + aeson async base bytestring directory either fast-logger filepath + friendly-time generic-deriving hdaemonize hostname lucid + monad-control monad-logger mtl optparse-applicative + postgresql-simple resource-pool safe servant servant-lucid + servant-server servant-static-th string-conv text text-conversions + time timing-convenience unix unliftio unliftio-core + unordered-containers wai warp ]; executableHaskellDepends = [ - aeson base bytestring daemons directory either fast-logger filepath - foreign-store friendly-time generic-deriving hostname lucid - monad-control monad-logger mtl optparse-applicative + aeson async base bytestring directory either fast-logger filepath + foreign-store friendly-time generic-deriving hdaemonize hostname + lucid monad-control monad-logger mtl optparse-applicative postgresql-simple resource-pool safe servant servant-lucid servant-server servant-static-th string-conv text text-conversions time timing-convenience unix unliftio unliftio-core unordered-containers wai warp ]; testHaskellDepends = [ - aeson base bytestring containers daemons directory either - fast-logger filepath friendly-time generic-deriving hedgehog + aeson async base bytestring containers directory either fast-logger + filepath friendly-time generic-deriving hdaemonize hedgehog hostname lifted-async lifted-base lucid mmorph monad-control monad-logger mtl optparse-applicative postgresql-simple random resource-pool safe servant servant-lucid servant-server -- GitLab