summaryrefslogtreecommitdiff
path: root/conftrack.cabal
diff options
context:
space:
mode:
authorstuebinm2024-06-06 20:16:09 +0200
committerstuebinm2024-06-06 20:24:15 +0200
commite3cafcd9a1fc8621fdaaf33d1772bdcd8390d2bf (patch)
tree1a8c593c18c4e0477dd8277da6240a4eceecbc00 /conftrack.cabal
parent4321bb0b5b90c0f92217ccd07a67f17fce44b388 (diff)
add yaml source
Diffstat (limited to '')
-rw-r--r--conftrack.cabal2
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