-
Notifications
You must be signed in to change notification settings - Fork 1
/
servant-kotlin.cabal
102 lines (97 loc) · 2.74 KB
/
servant-kotlin.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fb69ef6882b7c366e6ea5e1d64dada1987b05f902bcddc7d76249176d7c7697c
name: servant-kotlin
version: 0.1.1.9
synopsis: Automatically derive Kotlin class to query servant webservices
description: See README at <https://github.com/matsubara0507/servant-kotlin#readme>
category: Web
homepage: https://github.com/matsubara0507/servant-kotlin#readme
author: MATSUBARA Nobutada
maintainer: MATSUBARA Nobutada
copyright: 2017-2018 MATSUBARA Nobutada
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, containers >=0.5.7 && <0.6.1
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, lens >=4.15 && <4.18
, servant >=0.9 && <0.17
, servant-foreign >=0.9 && <0.16
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.3
exposed-modules:
Servant.Kotlin
Servant.Kotlin.Internal.File
Servant.Kotlin.Internal.Foreign
Servant.Kotlin.Internal.Generate
Servant.Kotlin.Type
other-modules:
Paths_servant_kotlin
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
src
test
ghc-options: -Wall
build-depends:
aeson >=1.0 && <1.5
, base >=4.7 && <5
, containers >=0.5.7 && <0.6.1
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, hspec >=2.4.1 && <2.8
, http-api-data >=0.3.7 && <0.4.2
, lens >=4.15 && <4.18
, servant >=0.9 && <0.17
, servant-foreign >=0.9 && <0.16
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.3
other-modules:
Servant.Kotlin
Servant.Kotlin.Internal.File
Servant.Kotlin.Internal.Foreign
Servant.Kotlin.Internal.Generate
Servant.Kotlin.Type
Servant.Kotlin.Internal.GenerateSpec
Test.TestAPI
Paths_servant_kotlin
default-language: Haskell2010
benchmark generate-test
type: exitcode-stdio-1.0
main-is: example/Generater.hs
ghc-options: -Wall
build-depends:
aeson >=1.0 && <1.5
, base >=4.7 && <5
, containers >=0.5.7 && <0.6.1
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, http-api-data >=0.3.7 && <0.4.2
, lens >=4.15 && <4.18
, servant >=0.9 && <0.17
, servant-foreign >=0.9 && <0.16
, servant-kotlin
, shelly >=1.6.8 && <1.10
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.3
other-modules:
Paths_servant_kotlin
default-language: Haskell2010