packages feed

canteven-http-0.1.1.0: 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.1.0
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:       
  -- other-extensions:    
  build-depends:
    base >= 4.7 && < 4.9,
    bytestring >= 0.10 && < 0.11,
    canteven-log >= 1.0 && < 1.1,
    exceptions >= 0.8.2 && < 0.9,
    http-types >= 0.9.1 && < 0.10,
    monad-logger >= 0.3.19 && < 0.4,
    text >= 1.2 && < 1.3,
    time >= 1.5.0.1 && < 1.6,
    transformers >= 0.4.2.0 && < 0.5,
    uuid >= 1.3.12 && < 1.4,
    wai >= 3.2 && < 3.3
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall