packages feed

canteven-http-0.1.5.1: canteven-http.cabal

-- Initial canteven-http.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                canteven-http
version:             0.1.5.1
synopsis:            Utilities for HTTP programming.
-- description:         
homepage:            https://github.com/SumAll/canteven-http
license:             MIT
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owenssoftware.com
-- copyright:           
-- category:            
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     
    Canteven.HTTP
  other-modules:
    Canteven.Internal
  -- other-extensions:    
  build-depends:
    base             >= 4.7      && < 4.10,
    bytestring       >= 0.10     && < 0.11,
    canteven-log     >= 1.0      && < 2.1,
    directory        >= 1.2.2.0  && < 1.4,
    exceptions       >= 0.8.2    && < 0.9,
    filepath         >= 1.4.0.0  && < 1.5,
    http-types       >= 0.9.1    && < 0.10,
    mime-types       >= 0.1.0.7  && < 0.2,
    monad-logger     >= 0.3.19   && < 0.4,
    template-haskell >= 2.10.0.0 && < 2.12,
    text             >= 1.2      && < 1.3,
    time             >= 1.5.0.1  && < 1.7,
    transformers     >= 0.4.2.0  && < 0.6,
    unix             >= 2.7.1.0  && < 2.8,
    uuid             >= 1.3.12   && < 1.4,
    wai              >= 3.2      && < 3.3,
    wai-extra        >= 3.0.8    && < 3.1
  hs-source-dirs:
    src
    .src
  default-language:    Haskell2010
  ghc-options: -Wall