From 79a71383a7205b3fad7e9264600d8bd7d0ca4abc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 23 Sep 2023 13:17:05 +0200 Subject: ... --- overlays/spm/spm.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/overlays/spm/spm.nix b/overlays/spm/spm.nix index 2abebe64..7c9eb933 100644 --- a/overlays/spm/spm.nix +++ b/overlays/spm/spm.nix @@ -3,9 +3,9 @@ , filepath, hpack, http-api-data, http-types, jose, lens , lens-aeson, lib, mmorph, monad-logger, MonadRandom, mtl , optparse-applicative, path-pieces, persistent -, persistent-postgresql, random, resource-pool, servant -, servant-server, template-haskell, text, th-lift-instances, time -, transformers, unliftio-core, uuid, vector, wai, wai-app-static +, persistent-postgresql, random, servant, servant-server +, template-haskell, text, th-lift-instances, time, transformers +, unliftio-core, unliftio-pool, uuid, vector, wai, wai-app-static , wai-extra, warp, warp-systemd }: mkDerivation { @@ -23,10 +23,10 @@ mkDerivation { aeson attoparsec base bytestring case-insensitive cryptonite exceptions file-embed filepath http-api-data http-types jose lens lens-aeson mmorph monad-logger MonadRandom mtl optparse-applicative - path-pieces persistent persistent-postgresql random resource-pool - servant-server template-haskell text th-lift-instances time - transformers unliftio-core uuid vector wai wai-app-static wai-extra - warp warp-systemd + path-pieces persistent persistent-postgresql random servant-server + template-haskell text th-lift-instances time transformers + unliftio-core unliftio-pool uuid vector wai wai-app-static + wai-extra warp warp-systemd ]; prePatch = "hpack"; license = lib.licenses.agpl3Plus; -- cgit v1.2.3