]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-pipes/symantic-http-pipes.cabal
stack: bump to lts-14.13
[haskell/symantic-http.git] / symantic-http-pipes / symantic-http-pipes.cabal
1 name: symantic-http-pipes
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190324
6 category: Protocol
7 synopsis: Streaming support through pipes for symantic-http
8 description:
9 This library provides orphan instances gluing
10 <https://hackage.haskell.org/package/symantic-http symantic-http>
11 to the streaming engine <https://hackage.haskell.org/package/pipes pipes>
12 (allowing to (safely) run effects (eg. in IO) during an HTTP transfer).
13 .
14 For learning how to use this library,
15 you can read the demo example
16 in <git://git.autogeree.net/symantic-http symantic-http.git>.
17 extra-doc-files:
18 license: GPL-3
19 license-file: COPYING
20 stability: experimental
21 author: Julien Moutinho <julm+symantic-http@autogeree.net>
22 maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
23 bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
24 -- homepage:
25
26 build-type: Simple
27 cabal-version: 1.24
28 tested-with: GHC==8.6.5
29 extra-source-files:
30 stack.yaml
31 extra-tmp-files:
32
33 Source-Repository head
34 location: git://git.autogeree.net/symantic-http
35 type: git
36
37 Library
38 exposed-modules:
39 Symantic.HTTP.Pipes
40 default-language: Haskell2010
41 default-extensions:
42 AllowAmbiguousTypes
43 DataKinds
44 FlexibleContexts
45 FlexibleInstances
46 InstanceSigs
47 LambdaCase
48 MultiParamTypeClasses
49 NamedFieldPuns
50 NoImplicitPrelude
51 RecordWildCards
52 ScopedTypeVariables
53 TupleSections
54 TypeApplications
55 TypeFamilies
56 TypeOperators
57 ghc-options:
58 -Wall
59 -Wincomplete-uni-patterns
60 -Wincomplete-record-updates
61 -fno-warn-tabs
62 -- -fhide-source-paths
63 build-depends:
64 symantic-http >= 0.0
65 , base >= 4.10 && < 5
66 , base64-bytestring >= 1.0.0.1
67 , bytestring >= 0.10
68 , containers >= 0.5
69 , http-api-data >= 0.4
70 , http-media >= 0.7
71 , http-types >= 0.12
72 , lens-family-core >= 1.2
73 , monad-classes >= 0.3.2
74 , network-uri >= 2.6
75 , pipes >= 4.3
76 , pipes-bytestring >= 2.1
77 , pipes-group >= 1.0
78 , pipes-parse >= 3.0
79 , pipes-safe >= 2.2
80 , stm >= 2.4.5
81 , text >= 1.2
82 , time >= 1.8
83 , transformers >= 0.5
84 , word8 >= 0.1.3
85 -- pkgconfig-depends: zlib
86 -- extra-libraries: z