1
0
Fork 0
nixos-config/packages/rssfeeds/rssfeeds.cabal

94 lines
1.8 KiB
Text
Raw Normal View History

2023-01-31 00:46:57 +00:00
cabal-version: 2.2
2020-01-20 21:44:13 +00:00
-- Initial package description 'logfeed.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
2023-01-31 00:46:57 +00:00
name: rssfeeds
2023-01-19 03:20:46 +00:00
version: 0.1.0.0
author: maralorn
maintainer: mail@maralorn.de
build-type: Simple
2020-01-20 21:44:13 +00:00
2023-01-31 00:46:57 +00:00
common common-options
2023-01-16 03:45:43 +00:00
ghc-options: -Wall -Wcompat
2023-01-31 00:46:57 +00:00
default-extensions:
NoImplicitPrelude
BlockArguments
DataKinds
DuplicateRecordFields
ExtendedDefaultRules
ImportQualifiedPost
KindSignatures
LambdaCase
MultiWayIf
NamedFieldPuns
OverloadedRecordDot
OverloadedStrings
PartialTypeSignatures
QuasiQuotes
ScopedTypeVariables
TupleSections
ViewPatterns
2020-01-20 21:44:13 +00:00
2023-01-31 00:46:57 +00:00
executable weechat2rss
import: common-options
main-is: Weechat.hs
2020-01-20 21:44:13 +00:00
build-depends:
2023-01-31 00:46:57 +00:00
, base
2020-01-20 21:44:13 +00:00
, containers
, extra
, feed >=1.3.0.0
, filepattern
, megaparsec
, relude
, string-interpolate
, text
, time
2023-01-31 00:46:57 +00:00
, witch
2020-01-20 21:44:13 +00:00
2023-01-31 00:46:57 +00:00
default-language: GHC2021
2020-12-12 14:31:58 +00:00
2020-12-12 22:47:52 +00:00
executable mail2rss
2023-01-31 00:46:57 +00:00
import: common-options
main-is: Mail.hs
2020-12-12 14:31:58 +00:00
build-depends:
2023-01-31 00:46:57 +00:00
, base
2020-12-12 14:31:58 +00:00
, containers
, errors
2023-01-16 03:26:37 +00:00
, exceptions
2020-12-12 14:31:58 +00:00
, extra
2023-01-16 03:26:37 +00:00
, feed >=1.3.0.0
2020-12-12 14:31:58 +00:00
, filepattern
, lens
, megaparsec
, notmuch
2023-01-16 03:26:37 +00:00
, optparse-applicative
2020-12-12 14:31:58 +00:00
, purebred-email
, relude
, say
, string-interpolate
2023-01-16 03:26:37 +00:00
, tagsoup
2020-12-12 14:31:58 +00:00
, text
, time
2023-01-31 00:46:57 +00:00
, witch
default-language: GHC2021
executable mastodon2rss
import: common-options
main-is: Mastodon.hs
build-depends:
, base
, containers
, extra
, feed >=1.3.0.0
, filepattern
, megaparsec
, relude
, string-interpolate
, text
, time
, witch
2020-12-12 14:31:58 +00:00
2023-01-31 00:46:57 +00:00
default-language: GHC2021