aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal
diff options
context:
space:
mode:
authorstuebinm2024-07-05 22:56:52 +0200
committerstuebinm2024-07-05 22:58:16 +0200
commit2943327863bfe5c6e793e5c40e473a2755d45642 (patch)
treef3fe224fc47203d962319f4f9cc5a43d29346f9a /tracktrain.cabal
parentbf52f12fd1710df52abd104622ea63cf2c26ff59 (diff)
Config: switch conferer → conftrackHEADmain
conftrack is a configuration library that I wrote to replace conferer, as dealing with its idiosyncrasies became increasingly annoying. It is currently very much still alpha-state software, but far enough along to be tested in my own projects, and hopefully will soon be in a state that is publishable on hackage. For now, it can be found at https://stuebinm.eu/git/conftrack
Diffstat (limited to '')
-rw-r--r--tracktrain.cabal7
1 files changed, 2 insertions, 5 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal
index 45ba246..c14dc4b 100644
--- a/tracktrain.cabal
+++ b/tracktrain.cabal
@@ -27,9 +27,7 @@ executable tracktrain
, persistent-postgresql
, monad-logger
, gtfs-realtime
- , conferer
- , conferer-aeson
- , conferer-yaml
+ , conftrack
, directory
, extra
, proto-lens
@@ -90,8 +88,7 @@ library
, blaze-markup
, timezone-olson
, timezone-series
- , conferer
- , conferer-warp
+ , conftrack
, prometheus-client
, prometheus-metrics-ghc
, exceptions