packages feed

core-webserver-warp-0.2.1.2: core-webserver-warp.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

name:           core-webserver-warp
version:        0.2.1.2
synopsis:       Interoperability with Wai/Warp
description:    This is part of a library to help build command-line programs, both tools and
                longer-running daemons.
                .
                This package in particular adds wrappers around the __wai__ (Web Application
                Interface) and __warp__ (Web Server) to facilitate integrating this commonly
                used webserver combination with the Program monad from __core-program__.
category:       System
stability:      experimental
homepage:       https://github.com/aesiniath/unbeliever#readme
bug-reports:    https://github.com/aesiniath/unbeliever/issues
author:         Andrew Cowie <istathar@gmail.com>
maintainer:     Andrew Cowie <istathar@gmail.com>
copyright:      © 2021-2023 Athae Eredh Siniath and Others
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC == 8.10.7, GHC == 9.2.5

source-repository head
  type: git
  location: https://github.com/aesiniath/unbeliever

library
  exposed-modules:
      Core.Webserver.Router
      Core.Webserver.Warp
  hs-source-dirs:
      lib
  ghc-options: -Wall -Wwarn -fwarn-tabs
  build-depends:
      async
    , base >=4.11 && <5
    , bytestring
    , bytestring-trie
    , core-data
    , core-program >=0.6.1
    , core-telemetry >=0.2.7
    , core-text
    , http-types
    , http2
    , mtl
    , safe-exceptions
    , vault
    , wai
    , warp
    , warp-tls
  default-language: Haskell2010