diff options
Diffstat (limited to 'f2md.cabal')
-rw-r--r-- | f2md.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |