aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-04-21 01:02:42 +0200
committerstuebinm2026-04-21 01:02:42 +0200
commit84e90d7b01cd1d9fc3dd76524011b640a9428a6e (patch)
treebf1870476a579ffd99d1ceea279c35db146147f3
parentb893f41188eb6fe5bc1de54da7225fc150be7c7d (diff)
fixup: default.nix dependenciesHEADmain
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index d5978bb..4939cd6 100644
--- a/default.nix
+++ b/default.nix
@@ -30,7 +30,7 @@ let
f = { mkDerivation, aeson, base, blaze-html, blaze-markup
, bytestring, cassava, conduit, conftrack, containers, data-default-class
- , directory, either, exceptions, extra, filepath, fmt, hoauth2, http-api-data
+ , directory, either, esqueleto, exceptions, extra, filepath, fmt, hoauth2, http-api-data
, http-media, insert-ordered-containers, lens, lib, monad-logger
, mtl, path-pieces, persistent, persistent-postgresql
, prometheus-client, prometheus-metrics-ghc, proto-lens
@@ -50,7 +50,7 @@ let
isExecutable = true;
libraryHaskellDepends = [
aeson base blaze-html blaze-markup bytestring cassava conduit
- conftrack containers either exceptions extra fmt filepath
+ conftrack containers either esqueleto exceptions extra fmt filepath
hoauth2 http-api-data http-media insert-ordered-containers lens
monad-logger mtl path-pieces persistent persistent-postgresql
prometheus-client prometheus-metrics-ghc proto-lens