-
Notifications
You must be signed in to change notification settings - Fork 0
/
CTG1371.cabal
134 lines (127 loc) · 2.56 KB
/
CTG1371.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
author:
Dan Plubell
build-type:
Simple
cabal-version:
>= 1.10
category:
-- TODO
Other
copyright:
2015 Dan Plubell <danplubell@gmail.com>
description:
Utilities for encoding and parsing cardiotocography data in the 1371 protocol
extra-source-files:
CHANGELOG.md
CONTRIBUTING.md
README.md
license-file:
LICENSE.md
license:
MIT
maintainer:
dplubell@cerner.com
name:
CTG1371
synopsis:
TODO: Write a package synopsis.
tested-with:
GHC == 7.8
version:
0.0.0
library
build-depends:
base ==4.*
, binary-strict >= 0.4.8.1
, bytestring >= 0.10.4.0
, binary >= 0.7.1.0
, fclabels >= 2.0.2.2
default-language:
Haskell2010
exposed-modules:
Data.CTG1371.Parser
Data.CTG1371.Encoder
other-modules:
Data.CTG1371.Internal.Encoder.Encoders
Data.CTG1371.Internal.Types
Data.CTG1371.Internal.Parser.Parsers
ghc-options:
-Wall
ghc-prof-options:
-auto-all
-prof
hs-source-dirs:
library
test-suite tests
build-depends:
base
, CTG1371
, binary-strict >= 0.4.8.1
, HUnit
, QuickCheck
, bytestring >= 0.10.4.0
, hspec ==2.*
, binary >= 0.7.1.0
, fclabels >= 2.0.2.2
default-language:
Haskell2010
ghc-options:
-fhpc
-Wall
-Werror
hs-source-dirs:
library
test-suite
main-is:
Spec.hs
other-modules:
Data.CTG1371.Internal.Encoder.Encoders
Data.CTG1371.Internal.Parser.Parsers
Data.CTG1371.Internal.Types
Data.CTG1371.Encoder
Data.CTG1371.Parser
EncoderSpec
CTG1371Spec
type:
exitcode-stdio-1.0
test-suite coverage
build-depends:
base
, bytestring >= 0.10.4.0
, process ==1.*
, regex-compat >=0.90
default-language:
Haskell2010
hs-source-dirs:
test-suite
main-is:
HPC.hs
type:
exitcode-stdio-1.0
test-suite documentation
build-depends:
base
, bytestring >= 0.10.4.0
, process
, regex-compat
default-language:
Haskell2010
hs-source-dirs:
test-suite
main-is:
Haddock.hs
type:
exitcode-stdio-1.0
test-suite style
build-depends:
base
, bytestring >= 0.10.4.0
, hlint ==1.*
default-language:
Haskell2010
hs-source-dirs:
test-suite
main-is:
HLint.hs
type:
exitcode-stdio-1.0