diff --git a/horizon.dhall b/horizon.dhall index 32515a099eca1073778a6e9e76c988ebb790fc60..f8a4fb92b7133051cedea56add68e07dd6a1649b 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 b5a2b83c15940349c835107ef232b6916aa69cd7..7f74e6ce35d88dfde3e8d9289008c54ba4014a35 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 5b2c486e404c942ce9ff9a68ca4fde7c84d5230c..9962518df0a387fc30e2e542cd829daeff4224dd 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