aboutsummaryrefslogtreecommitdiff
path: root/f2md.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'f2md.cabal')
-rw-r--r--f2md.cabal26
1 files changed, 8 insertions, 18 deletions
diff --git a/f2md.cabal b/f2md.cabal
index f6b17ff..fd242d0 100644
--- a/f2md.cabal
+++ b/f2md.cabal
@@ -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,