diff options
Diffstat (limited to '')
-rw-r--r-- | conftrack.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conftrack.cabal b/conftrack.cabal index 1a086e1..bf564f8 100644 --- a/conftrack.cabal +++ b/conftrack.cabal @@ -23,6 +23,7 @@ library , Conftrack.Source , Conftrack.Source.Trivial , Conftrack.Source.Aeson + , Conftrack.Source.Yaml -- other-modules: -- other-extensions: build-depends: base ^>=4.18 @@ -32,6 +33,7 @@ library , mtl , transformers , aeson >= 2.0 + , yaml , scientific , filepath >= 1.4.100 , file-io |