-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttp-response-decoder.cabal
More file actions
62 lines (57 loc) · 1.76 KB
/
http-response-decoder.cabal
File metadata and controls
62 lines (57 loc) · 1.76 KB
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
name:
http-response-decoder
version:
0.2.3
synopsis:
Declarative DSL for parsing an HTTP response
homepage:
https://github.com/sannsyn/http-response-decoder
bug-reports:
https://github.com/sannsyn/http-response-decoder/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
(c) 2016, Sannsyn AS
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
source-repository head
type:
git
location:
git://github.com/sannsyn/http-response-decoder.git
library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
other-modules:
HTTPResponseDecoder.Prelude
HTTPResponseDecoder.BodyReaders
exposed-modules:
HTTPResponseDecoder
build-depends:
-- http:
http-types >= 0.9 && < 0.10,
http-client >= 0.4.27 && < 0.6,
-- data:
bytestring-tree-builder >= 0.2.5 && < 0.3,
bytestring >= 0.10 && < 0.11,
text >= 1 && < 2,
unordered-containers >= 0.2.6 && < 0.3,
case-insensitive >= 1.2 && < 2,
-- general:
matcher >= 0.1 && < 0.2,
profunctors >= 5.2 && < 6,
transformers >= 0.3 && < 0.6,
base-prelude < 2,
base < 5