aboutsummaryrefslogtreecommitdiff
path: root/f2md.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'f2md.cabal')
-rw-r--r--f2md.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/f2md.cabal b/f2md.cabal
index e7723fe..28c43ae 100644
--- a/f2md.cabal
+++ b/f2md.cabal
@@ -32,6 +32,6 @@ 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
+ base, uuid, syb, feed, time, text, unix, hostname, random, filepath, directory, extra, xml-types, process, aeson, bytestring, unordered-containers, monad-logger, cryptonite
hs-source-dirs: src
default-language: Haskell2010