-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfacebook-rss.cabal
50 lines (48 loc) · 1.16 KB
/
facebook-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
name: facebook-rss
version: 0.1.1.1
homepage: http://github.com/poying/facebook-rss
license: MIT
license-file: LICENSE
author: Po-Ying Chen
maintainer: [email protected]
build-type: Simple
cabal-version: >=1.10
executable facebook-rss
main-is: Main.hs
build-depends:
base >=4.8 && <4.9,
rss >=3000.2 && <3000.3,
HTTP >=4000.2 && <4000.3,
optparse-applicative >=0.12 && <0.13,
time ==1.5.0.1,
split,
aeson,
network-uri ==2.6.0.3,
http-client,
http-client-tls,
bytestring,
regex-compat-tdfa
default-language: Haskell2010
test-suite test
main-is: TestMain.hs
hs-source-dirs:
.,
tests
build-depends:
base >=4.8 && <4.9,
rss >=3000.2 && <3000.3,
HTTP >=4000.2 && <4000.3,
optparse-applicative >=0.12 && <0.13,
HUnit >=1.3 && <1.4,
test-framework >=0.8 && <0.9,
test-framework-hunit >=0.3 && <0.4,
time ==1.5.0.1,
split,
aeson,
network-uri ==2.6.0.3,
http-client,
http-client-tls,
bytestring,
regex-compat-tdfa
type: exitcode-stdio-1.0
default-language: Haskell2010