diff options
author | Yuchen Pei <hi@ypei.me> | 2022-05-30 17:20:01 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-05-30 17:20:01 +1000 |
commit | f008ab0a3211c0d5912fe0b99b936d8770fada17 (patch) | |
tree | b6ff264ce30d7b02c63a98d0f686e96189f86551 /f2md.cabal | |
parent | c96f8f6c820d43a55388f0307f3a6de9471ebb10 (diff) |
fixed a few things
- redundant imports and deps
- check file existence
Diffstat (limited to 'f2md.cabal')
-rw-r--r-- | f2md.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,8 +27,8 @@ executable f2md F2Md.Utils build-depends: - base, uuid, syb, feed, time, text, unix, hostname, random, filepath, - directory, extra, xml-types, process, aeson, bytestring, - unordered-containers, monad-logger, cryptonite, optparse-applicative + base, syb, feed, time, text, unix, hostname, filepath, directory, + extra, xml-types, process, aeson, unordered-containers, monad-logger, + cryptonite, optparse-applicative, random hs-source-dirs: src default-language: Haskell2010 |