diff options
author | stuebinm | 2024-06-10 22:02:01 +0200 |
---|---|---|
committer | stuebinm | 2024-06-10 22:07:45 +0200 |
commit | e46b45526f8b9869aac1296d26b9fe80d8a8bb18 (patch) | |
tree | 521ccd9c03e5ecd2d522f6fe188aede7fdb1d212 /conftrack.cabal | |
parent | 33bce0badbeb834cf8c584df56c424fe1c9bff7a (diff) |
add an env variable source
Diffstat (limited to '')
-rw-r--r-- | conftrack.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
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 |