symantic-http-test-0.0.1.20190410: symantic-http-test.cabal
name: symantic-http-test
-- PVP: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.0.1.20190410
category: Protocol
synopsis: Test symantic-http and its companion libraries
description:
Test-Suite for:
.
* <https://hackage.haskell.org/package/symantic-http symantic-http>
* <https://hackage.haskell.org/package/symantic-http-client symantic-http-client>.
* <https://hackage.haskell.org/package/symantic-http-pipes symantic-http-pipes>.
* <https://hackage.haskell.org/package/symantic-http-server symantic-http-server>.
extra-doc-files:
license: GPL-3
license-file: COPYING
stability: experimental
author: Julien Moutinho <julm+symantic-http@autogeree.net>
maintainer: Julien Moutinho <julm+symantic-http@autogeree.net>
bug-reports: Julien Moutinho <julm+symantic-http@autogeree.net>
-- homepage:
build-type: Simple
cabal-version: 1.24
tested-with: GHC==8.4.4
extra-source-files:
stack.yaml
extra-tmp-files:
Source-Repository head
location: git://git.autogeree.net/symantic-http
type: git
Test-Suite symantic-http-test
type: exitcode-stdio-1.0
hs-source-dirs: .
main-is: Main.hs
other-modules:
-- Golden
Hspec
Hspec.Client
Hspec.Client.BasicAuth
Hspec.Client.Raw
Hspec.Pipes
Hspec.Server
Hspec.Server.Error
Hspec.Server.Raw
Hspec.Server.Router
Hspec.Utils
Hspec.Utils.Server
-- HUnit
-- QuickCheck
default-language: Haskell2010
default-extensions:
DataKinds
FlexibleContexts
FlexibleInstances
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
NoImplicitPrelude
RecordWildCards
ScopedTypeVariables
TupleSections
TypeApplications
TypeFamilies
TypeOperators
ViewPatterns
ghc-options:
-Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-fno-warn-tabs
-fhide-source-paths
build-depends:
symantic-http >= 0.1.1
, symantic-http-client >= 0.0
, symantic-http-server >= 0.1.1
, symantic-http-pipes >= 0.0
, base >= 4.10 && < 5
, base64-bytestring >= 1.0.0.1
, bytestring >= 0.10
, containers >= 0.5
, deepseq >= 1.4
, filepath >= 1.4
, hashable >= 1.2.6
, hspec
, hspec-wai >= 0.9
, http-api-data >= 0.4
, http-client >= 0.5.12
, http-media >= 0.7
, http-types >= 0.12
, monad-classes >= 0.3.2
, network >= 2.6
, network-uri >= 2.6
, pipes >= 4.3
, pipes-bytestring >= 2.1
, pipes-safe >= 2.2
, tasty >= 0.11
, tasty-hspec >= 1.1
, tasty-hunit >= 0.10
, text >= 1.2
, time >= 1.8
, transformers >= 0.4
, wai >= 3.2.1.1
, wai-extra >= 3.0
, warp >= 3.2