servant-to-elm-0.4.0.0: servant-to-elm.cabal
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: 9bc8ea51733447a3197fbc2ff1b7df7f9e35bd30ad2a262087efea102701806b
name: servant-to-elm
version: 0.4.0.0
synopsis: Automatically generate Elm clients for Servant APIs
description: Please see the README on GitHub at <https://github.com/folq/servant-to-elm#readme>
category: Servant, API, Elm, Compiler
homepage: https://github.com/folq/servant-to-elm#readme
bug-reports: https://github.com/folq/servant-to-elm/issues
author: Olle Fredriksson
maintainer: fredriksson.olle@gmail.com
copyright: 2019 Olle Fredriksson
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/folq/servant-to-elm
flag examples
description: Build examples
manual: True
default: False
library
exposed-modules:
Servant.To.Elm
other-modules:
Paths_servant_to_elm
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs -funbox-strict-fields
build-depends:
aeson >=1.4.0
, base >=4.7 && <5
, bound >=2.0.0
, elm-syntax >=0.2.0 && <0.2.1
, haskell-to-elm >=0.2.0 && <0.2.2
, http-types >=0.12.0
, protolude >=0.2.3
, servant >=0.16.0
, servant-multipart >=0.11.0
, text >=1.2.0
default-language: Haskell2010
executable user-example
main-is: UserAPI.hs
other-modules:
Paths_servant_to_elm
hs-source-dirs:
examples
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs -funbox-strict-fields
build-depends:
aeson >=1.4.0
, base >=4.7 && <5
, bound >=2.0.0
, elm-syntax >=0.2.0 && <0.2.1
, generics-sop
, haskell-to-elm >=0.2.0 && <0.2.2
, http-types >=0.12.0
, protolude >=0.2.3
, servant
, servant-multipart >=0.11.0
, servant-to-elm
, text >=1.2.0
, unordered-containers
if !flag(examples)
buildable: False
default-language: Haskell2010
test-suite servant-to-elm-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_servant_to_elm
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs -funbox-strict-fields -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.4.0
, base >=4.7 && <5
, bound >=2.0.0
, elm-syntax >=0.2.0 && <0.2.1
, haskell-to-elm >=0.2.0 && <0.2.2
, http-types >=0.12.0
, protolude >=0.2.3
, servant >=0.16.0
, servant-multipart >=0.11.0
, servant-to-elm
, text >=1.2.0
default-language: Haskell2010