diff options
Diffstat (limited to 'conftrack.cabal')
-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 |