servant-kotlin-0.1.1.0: servant-kotlin.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 72d6da8fcfbeeb254805cbaf73c72da019a8ab6a31d9b651dd95eaadb6be1443
name: servant-kotlin
version: 0.1.1.0
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
cabal-version: >= 1.10
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.0
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, lens >=4.15 && <4.17
, servant >=0.9 && <0.14
, servant-foreign >=0.9 && <0.12
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.2
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.3
, base >=4.7 && <5
, containers >=0.5.7 && <0.6.0
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, hspec >=2.4.1 && <2.5
, http-api-data >=0.3.7 && <0.3.8
, lens >=4.15 && <4.17
, servant >=0.9 && <0.14
, servant-foreign >=0.9 && <0.12
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.2
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.3
, base >=4.7 && <5
, containers >=0.5.7 && <0.6.0
, directory >=1.3 && <1.4
, formatting >=6.2 && <6.4
, http-api-data >=0.3.7 && <0.3.8
, lens >=4.15 && <4.17
, servant >=0.9 && <0.14
, servant-foreign >=0.9 && <0.12
, servant-kotlin
, shelly >=1.6.8 && <1.8
, text >=1.2 && <1.3
, time >=1.6 && <1.9
, wl-pprint-text >=1.1 && <1.2
other-modules:
Paths_servant_kotlin
default-language: Haskell2010