packages feed

http-types-0.8.4: http-types.cabal

Name:                http-types
Version:             0.8.4
Synopsis:            Generic HTTP types for Haskell (for both client and server code).
Description:         Generic HTTP types for Haskell (for both client and server code).
Homepage:            https://github.com/aristidb/http-types
License:             BSD3
License-file:        LICENSE
Author:              Aristid Breitkreuz, Michael Snoyman
Maintainer:          aristidb@googlemail.com
Copyright:           (C) 2011 Aristid Breitkreuz
Category:            Network, Web
Build-type:          Simple
Extra-source-files:  README
Cabal-version:       >=1.8

Source-repository this
  type: git
  location: https://github.com/aristidb/http-types.git
  tag: 0.8.4

Source-repository head
  type: git
  location: https://github.com/aristidb/http-types.git

Library
  Exposed-modules:     Network.HTTP.Types
                       Network.HTTP.Types.Header
                       Network.HTTP.Types.Method
                       Network.HTTP.Types.QueryLike
                       Network.HTTP.Types.Status
                       Network.HTTP.Types.URI
                       Network.HTTP.Types.Version
  GHC-Options:         -Wall
  Build-depends:       base >= 4 && < 5,
                       bytestring >=0.9.1.5 && <0.11,
                       array >=0.2 && <0.6,
                       case-insensitive >=0.2 && <1.3,
                       blaze-builder >= 0.2.1.4 && < 0.4,
                       text >= 0.11.0.2
  -- Other-modules:       
  -- Build-tools:         

Test-suite runtests
    main-is:           runtests.hs
    hs-source-dirs:    test
    type:              exitcode-stdio-1.0
    build-depends:     base, http-types, text, bytestring, blaze-builder, QuickCheck, hspec >= 1.3