]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - core/edi-parser-core.cabal
Release code as open source
[github/fretlink/edi-parser.git] / core / edi-parser-core.cabal
1 cabal-version: 1.12
2
3 -- This file has been generated from package.yaml by hpack version 0.31.2.
4 --
5 -- see: https://github.com/sol/hpack
6 --
7 -- hash: ac9aca9d28ed9aecc58673e920756536a610462adfc7c396aac1a00fa8ea526c
8
9 name: edi-parser-core
10 version: 20190607
11 synopsis: Example parser for EDI files
12 description: Please see README.md
13 category: Text
14 homepage: https://github.com/fretlink/edi-parser#readme
15 bug-reports: https://github.com/fretlink/edi-parser/issues
16 author: FretLink
17 maintainer: example@example.com
18 copyright: 2019 FretLink
19 build-type: Simple
20 extra-source-files:
21 README.md
22
23 source-repository head
24 type: git
25 location: https://github.com/fretlink/edi-parser
26
27 library
28 exposed-modules:
29 Text.Edifact.Common
30 Text.Edifact.Common.Composites
31 Text.Edifact.Common.Segments
32 Text.Edifact.Common.Segments.UNA
33 Text.Edifact.Common.Segments.UNB
34 Text.Edifact.Common.Segments.UNH
35 Text.Edifact.Common.Segments.UNS
36 Text.Edifact.Common.Segments.UNT
37 Text.Edifact.Common.Segments.UNZ
38 Text.Edifact.Common.Simples
39 Text.Edifact.Inspect
40 Text.Edifact.Parsing
41 Text.Edifact.Parsing.Combinators
42 Text.Edifact.Parsing.Commons
43 Text.Edifact.Parsing.Primitives
44 Text.Edifact.Types
45 other-modules:
46 Paths_edi_parser_core
47 hs-source-dirs:
48 src
49 ghc-options: -Wall -Werror
50 build-depends:
51 base >=4.7 && <5
52 , data-default
53 , formatting
54 , mtl
55 , parsec
56 , scientific
57 , text
58 , time
59 default-language: Haskell2010
60
61 test-suite edi-parser-core-test
62 type: exitcode-stdio-1.0
63 main-is: Spec.hs
64 other-modules:
65 Parsing.CombinatorsTest
66 Parsing.PrimitivesTest
67 ParsingTest
68 Paths_edi_parser_core
69 hs-source-dirs:
70 test
71 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
72 build-depends:
73 HUnit
74 , base
75 , edi-parser-core
76 , parsec
77 , test-framework
78 , test-framework-hunit
79 , text
80 default-language: Haskell2010