-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8e306e52f1f366b2119966770b3cebf95cf4d551b833e42765a246aa7acf78df
name: wai-transformers
version: 0.1.0
description: Please see the README on Github at <https://git.localcooking.com/tooling/wai-transformers#readme>
homepage: https://github.com/athanclark/wai-transformers#readme
bug-reports: https://github.com/athanclark/wai-transformers/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/wai-transformers
library
exposed-modules:
Network.Wai.Trans
Network.WebSockets.Trans
other-modules:
Paths_wai_transformers
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <5
, exceptions
, extractable-singleton >=0.0.1
, monad-control-aligned >=0.0.1
, transformers
, wai >=3.2.1
, wai-websockets
, websockets >=0.12.4
default-language: Haskell2010