http-rfc7807-0.2.0.0: http-rfc7807.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 81f1ad1976b7e75902fd442b0e1b09b0e6295bb53eba518d35aaddff3a0ec408
name: http-rfc7807
version: 0.2.0.0
synopsis: RFC7807 style response messages
description: [RFC7807 — Problem Details for HTTP APIs](https://tools.ietf.org/html/rfc7807)
style response messages.
.
See [GitHub README](https://github.com/trskop/http-rfc7807#readme) for more
information.
category: Web, Servant
homepage: https://github.com/trskop/http-rfc7807#readme
bug-reports: https://github.com/trskop/http-rfc7807/issues
author: Peter Trško
maintainer: peter.trsko@gmail.com
copyright: (c) 2020 Peter Trško
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/trskop/http-rfc7807
library
exposed-modules:
Network.HTTP.RFC7807
Servant.Server.RFC7807
other-modules:
Paths_http_rfc7807
hs-source-dirs:
src
default-extensions: BlockArguments DeriveGeneric DerivingStrategies DuplicateRecordFields FlexibleContexts FlexibleInstances InstanceSigs LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings RecordWildCards ScopedTypeVariables TypeApplications
ghc-options: -Wall -Wcompat
build-depends:
aeson >=1.4.1.0 && <2
, base >=4.12 && <5
, http-media >=0.7.1.3 && <1
, http-types >=0.12.2 && <1
, servant >=0.15 && <1
, servant-server >=0.15 && <1
, text >=1.2.3.0 && <2
default-language: Haskell2010
test-suite command-wrapper-tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_http_rfc7807
hs-source-dirs:
test
default-extensions: BlockArguments DeriveGeneric DerivingStrategies DuplicateRecordFields FlexibleContexts FlexibleInstances InstanceSigs LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings RecordWildCards ScopedTypeVariables TypeApplications
ghc-options: -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit >=1.6.0.0 && <1.7
, aeson >=1.4.1.0 && <2
, base >=4.12 && <5
, call-stack >=0.2.0 && <1
, hspec-expectations-json >=1.0.0.0 && <2
, http-rfc7807
, http-types >=0.12.2 && <1
, servant >=0.15 && <1
, servant-server >=0.15 && <1
, tasty >=1.2.3 && <2
, tasty-hunit >=0.10.0.2 && <1
, text >=1.2.3.0 && <2
default-language: Haskell2010