2022-01-04 22:06:23 +01:00
|
|
|
cabal-version: 2.2
|
2020-10-31 20:45:46 +01:00
|
|
|
name: cookbook-uverb
|
|
|
|
version: 0.0.1
|
|
|
|
synopsis: How to use the 'UVerb' type.
|
|
|
|
description: Listing alternative responses and exceptions in your API types.
|
|
|
|
homepage: http://docs.servant.dev/
|
2021-10-31 22:37:56 +01:00
|
|
|
license: BSD-3-Clause
|
2020-10-31 20:45:46 +01:00
|
|
|
license-file: ../../../servant/LICENSE
|
|
|
|
author: Servant Contributors
|
|
|
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
|
|
|
category: Servant
|
|
|
|
build-type: Simple
|
2021-10-02 19:16:32 +02:00
|
|
|
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.7
|
2020-10-31 20:45:46 +01:00
|
|
|
|
|
|
|
executable cookbook-uverb
|
|
|
|
main-is: UVerb.lhs
|
|
|
|
build-depends: base == 4.*
|
|
|
|
, aeson >= 1.2
|
|
|
|
, aeson-pretty >= 0.8.8
|
|
|
|
, async
|
|
|
|
, http-client
|
|
|
|
, mtl
|
|
|
|
, servant
|
|
|
|
, servant-client
|
|
|
|
, servant-server
|
|
|
|
, servant-swagger
|
|
|
|
, string-conversions
|
|
|
|
, swagger2
|
|
|
|
, wai
|
|
|
|
, warp
|
2021-10-02 18:07:03 +02:00
|
|
|
if impl(ghc >= 9)
|
|
|
|
buildable: False
|
2021-04-09 15:56:59 +02:00
|
|
|
default-language: Haskell2010
|
2020-10-31 20:45:46 +01:00
|
|
|
ghc-options: -Wall -pgmL markdown-unlit
|
|
|
|
build-tool-depends: markdown-unlit:markdown-unlit
|