packages feed

twain-1.0.0.0: twain.cabal

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: e9b3b8be1e3550c9e2a2a692102a1a947006bd579d57a084aacef52344e4b74d

name:           twain
version:        1.0.0.0
synopsis:       Tiny web application framework for WAI.
description:    Twain is tiny web application framework for WAI. It provides routing, parameter parsing, and a reader-like monad for composing responses from an environment.
category:       Web
homepage:       https://github.com/alexmingoia/twain#readme
bug-reports:    https://github.com/alexmingoia/twain/issues
author:         Alex Mingoia
maintainer:     alex@alexmingoia.com
copyright:      2021 Alexander C. Mingoia
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    changelog.md

source-repository head
  type: git
  location: https://github.com/alexmingoia/twain

library
  exposed-modules:
      Web.Twain Web.Twain.Types
  other-modules:
      Web.Twain.Internal
  hs-source-dirs:
      src
  default-extensions: OverloadedStrings
  build-depends:
      aeson >=1.4 && <1.7
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.11
    , case-insensitive >=1.2 && <1.3
    , cookie >=0.4 && <0.6
    , either >=5.0 && <5.1
    , http-types >=0.12 && <0.13
    , text >=1.2.3 && <1.3
    , time >=1.8 && <1.9.9
    , transformers >=0.5.6 && <0.6
    , wai >=3.2 && <3.3
    , wai-extra >=3.0 && <3.2
    , warp >=3.2 && <3.4
  default-language: Haskell2010