-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipeFeed.cabal
32 lines (30 loc) · 1008 Bytes
/
PipeFeed.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
name: PipeFeed
version: 0.1
cabal-version: >=1.2
build-type: Simple
author: Barry Corrigan
executable PipeFeed
hs-source-dirs: src
main-is: PipeFeed.hs
build-depends:
base >= 4,
configurator >=0.2 && <0.3,
text >=0.11.3 && <0.12,
regex-tdfa >=1.1.8 && <1.2,
feed >=0.3.9 && <0.4,
hashable >=1.2.0 && <1.3,
directory >=1.2.0 && <1.3,
strict >=0.3.2 && <0.4,
xml >=1.3.13 && <1.4,
network >=2.4.1 && <2.5,
http-conduit >=1.9.5 && <1.10,
bytestring >=0.10.0 && <0.11
ghc-options: -fglasgow-exts
extensions:
NoMonomorphismRestriction,
OverloadedStrings
other-modules:
Config,
Transforms,
Types,
Util