From e46b45526f8b9869aac1296d26b9fe80d8a8bb18 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 10 Jun 2024 22:02:01 +0200 Subject: add an env variable source --- conftrack.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conftrack.cabal') diff --git a/conftrack.cabal b/conftrack.cabal index 57be213..952aac6 100644 --- a/conftrack.cabal +++ b/conftrack.cabal @@ -24,6 +24,7 @@ library , Conftrack.Source.Trivial , Conftrack.Source.Aeson , Conftrack.Source.Yaml + , Conftrack.Source.Env -- other-modules: -- other-extensions: build-depends: base ^>=4.18 @@ -35,9 +36,10 @@ library , aeson >= 2.0 , yaml , scientific - , filepath >= 1.4.100 + , filepath ^>= 1.4.100 , file-io , template-haskell + , directory hs-source-dirs: src default-language: GHC2021 -- cgit v1.2.3