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: d50a6f2a69b24e2e973f6c76bb785989fb448d9269513a0aacafdc9ea071f8de
name: polysemy-webserver
version: 0.2.0.0
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 -fplugin=Polysemy.Plugin
build-depends:
base >=4.7 && <5
, bytestring
, http-types
, polysemy
, polysemy-plugin
, 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