From 88ebd3366f661606138811c1af24364ef5c3a280 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 30 May 2022 15:12:42 +1000 Subject: Added config file option --- f2md.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'f2md.cabal') diff --git a/f2md.cabal b/f2md.cabal index 28c43ae..5977e4b 100644 --- a/f2md.cabal +++ b/f2md.cabal @@ -32,6 +32,8 @@ executable f2md -- LANGUAGE extensions used by modules in this package. -- other-extensions: build-depends: - base, uuid, syb, feed, time, text, unix, hostname, random, filepath, directory, extra, xml-types, process, aeson, bytestring, unordered-containers, monad-logger, cryptonite + base, uuid, syb, feed, time, text, unix, hostname, random, filepath, + directory, extra, xml-types, process, aeson, bytestring, + unordered-containers, monad-logger, cryptonite, optparse-applicative hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3