-
Notifications
You must be signed in to change notification settings - Fork 1
/
servant-client-haxl.cabal
81 lines (77 loc) · 2.8 KB
/
servant-client-haxl.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
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: servant-client-haxl
version: 0.0.0.0
synopsis: Haxl-based client functions for servant APIs
stability: alpha
homepage: http://github.com/jkarni/servant-client-haxl#readme
bug-reports: https://github.com/jkarni/servant-client-haxl/issues
author: Julian K. Arni
maintainer: [email protected]
copyright: (c) 2017 Julian K. Arni
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.10.3, GHC == 8.0.2
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/jkarni/servant-client-haxl
library
hs-source-dirs:
src
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.8 && < 4.10
, async >= 2.1 && < 2.2
, bytestring >= 0.10 && < 0.11
, text >= 1 && < 2
, servant-client >= 0.11 && < 0.13
, servant-client-core >= 0.11 && < 0.13
, haxl >= 0.5 && < 0.6
, http-client >= 0.5 && < 0.6
, http-types >= 0.9 && < 0.10
, http-media >= 0.6 && < 0.7
, hashable >= 1 && < 2
, exceptions >= 0.8 && < 0.9
, mtl >= 2.2 && < 2.3
exposed-modules:
Servant.Client.Haxl
Servant.Client.Haxl.Internal
Servant.Client.Haxl.Internal.Client
Servant.Client.Haxl.Internal.Types
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.8 && < 4.10
, async >= 2.1 && < 2.2
, bytestring >= 0.10 && < 0.11
, text >= 1 && < 2
, servant-client >= 0.11 && < 0.13
, servant-client-core >= 0.11 && < 0.13
, haxl >= 0.5 && < 0.6
, http-client >= 0.5 && < 0.6
, http-types >= 0.9 && < 0.10
, http-media >= 0.6 && < 0.7
, hashable >= 1 && < 2
, exceptions >= 0.8 && < 0.9
, mtl >= 2.2 && < 2.3
, servant-client-haxl
, aeson
, hspec > 2 && < 3
, QuickCheck >= 2.8 && < 2.10
, quickcheck-instances >= 0.3 && < 0.4
, servant
, servant-server
, warp
other-modules:
Servant.Client.HaxlSpec
default-language: Haskell2010