cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 10df8aee37da3cf1435e9dffd1a42950744c700016183fe65294a7e5ce01f30f
name: polysemy-webserver
version: 0.2.1.2
synopsis: Start web servers from within a Polysemy effect stack
description: Please see the README on GitLab at <https://gitlab.com/A1kmm/polysemy-webserver/-/blob/master/README.md>
category: Web
author: Andrew Miller
maintainer: andrew@amxl.com
copyright: Copyright (C) 2020 Andrew Miller
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://gitlab.com/A1kmm/polysemy-webserver
library
exposed-modules:
Polysemy.WebServer
other-modules:
Paths_polysemy_webserver
hs-source-dirs:
src
default-extensions:
DataKinds
FlexibleContexts
GADTs
LambdaCase
PolyKinds
RankNTypes
ScopedTypeVariables
TypeApplications
TypeOperators
TypeFamilies
ghc-options: -O2 -flate-specialise -fspecialise-aggressively -Wall -fno-warn-orphans
build-depends:
base >=4.7 && <5
, bytestring
, http-types
, polysemy >=1.4.0.0
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010
test-suite polysemy-webserver-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_polysemy_webserver
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N1
build-depends:
base >=4.7 && <5
, bytestring
, hspec
, http-conduit
, http-types
, polysemy
, polysemy-plugin
, polysemy-webserver
, text
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010