diff options
Diffstat (limited to 'f2md.cabal')
-rw-r--r-- | f2md.cabal | 26 |
1 files changed, 8 insertions, 18 deletions
@@ -2,31 +2,23 @@ cabal-version: 2.4 name: f2md version: 0.1.0.0 --- A short (one-line) description of the package. --- synopsis: +synopsis: Getting feeds to maildir. --- A longer description of the package. --- description: +description: + f2md is utility to fetch new items from news feeds and write them to maildir. --- A URL where users can report bugs. --- bug-reports: +bug-reports: id@ypei.org --- The license under which the package is released. --- license: +license: AGPL-3.0-or-later --- The package author(s). --- author: -maintainer: hi@ypei.me +author: Yuchen Pei +maintainer: Yuchen Pei --- A copyright notice. --- copyright: --- category: --- extra-source-files: CHANGELOG.md +copyright: Copyright (C) 2022 Yuchen Pei. executable f2md main-is: Main.hs - -- Modules included in this executable, other than Main. other-modules: F2Md.Config F2Md.Export @@ -34,8 +26,6 @@ executable f2md F2Md.Types F2Md.Utils - -- 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, |