-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdivide-csv.cabal
52 lines (46 loc) · 2.03 KB
/
divide-csv.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
Name: divide-csv
Version: 0.0.0
Author: Scott Murphy<[email protected]>
Maintainer: Scott Murphy<[email protected]>
License: BSD3
License-File: LICENSE
-- Synopsis:
-- Description:
Cabal-Version: >= 1.2
Build-Type: Simple
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Text.DivideCSV
Other-Modules: Text.DivideCSV.Internal
Build-Depends: base >= 4 && < 5
,bytestring >= 0.9 && < 1.0
,classy-prelude >= 0.5.6 && < 0.5.11
,cmdargs >= 0.10.5 && < 0.11.0
,conduit >= 1.0.7 && < 1.0.8
,directory >= 1.1 && < 1.3.0.0
,system-fileio >= 0.3.11 && < 0.4.0
,system-filepath >= 0.4.7 && < 0.5.0
,aeson >= 0.6.1.0 && < 0.7.1.0
,hspec >= 1.7.2 && < 1.7.3
,safe >= 0.3.3 && < 0.4.3
,text >= 0.11.3.1 && < 0.11.3.3
,transformers >= 0.3.0.0
Test-Suite spec
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: test
,src
Ghc-Options: -Wall
Main-Is: Spec.hs
Build-Depends: base
, hspec
Executable divide-csv
main-is: Main.hs
HS-Source-Dirs: src
build-depends: base
ghc-options: -threaded -O2 -rtsopts
Source-Repository head
Type: git
-- Location: