From e3cafcd9a1fc8621fdaaf33d1772bdcd8390d2bf Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 6 Jun 2024 20:16:09 +0200 Subject: add yaml source --- conftrack.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conftrack.cabal') 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 -- cgit v1.2.3