-
Notifications
You must be signed in to change notification settings - Fork 7
/
rss.cabal
54 lines (45 loc) · 1.25 KB
/
rss.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
cabal-version: 1.18
-- Version 1.18 needed for extra-doc-files
name: rss
version: 3000.2.0.8
x-revision: 1
build-type: Simple
copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006
maintainer: https://github.com/haskell-hvr/rss
author: Jeremy Shaw, Bjorn Bringert
license: PublicDomain
homepage: https://github.com/haskell-hvr/rss
bug-reports: https://github.com/haskell-hvr/rss/issues
synopsis: A library for generating RSS 2.0 feeds.
category: RSS
description: This library allows you to generate [RSS 2.0](http://www.rssboard.org/rss-specification) feeds.
extra-doc-files:
README.md
CHANGELOG.md
tested-with:
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.5
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
source-repository head
type: git
location: https://github.com/haskell-hvr/rss.git
library
exposed-modules: Text.RSS
default-language: Haskell2010
default-extensions: Trustworthy
build-depends: base >= 4.9 && < 5
, HaXml >= 1.24 && < 1.26
, network-uri >= 2.6 && < 2.7
, time >= 1.5 && < 2
ghc-options:
-Wall
-Wno-trustworthy-safe