-- Initial http-pony-transformer-startline.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: http-pony-transformer-startline
version: 0.1.0.0
synopsis: transform HTTP startlines to tuples
-- description:
license: BSD3
license-file: LICENSE
author: Jinjing Wang
maintainer: nfjinjing@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Network.HTTP.Pony.Transformer.StartLine
, Network.HTTP.Pony.Transformer.StartLine.Type
, Network.HTTP.Pony.Transformer.StartLine.Parser
, Network.HTTP.Pony.Transformer.StartLine.Builder
-- other-modules:
-- other-extensions: FlexibleContexts, OverloadedStrings
build-depends: base >=4.9 && <4.10
, attoparsec >=0.13
, bytestring >=0.10
, http-types >= 0.9.1
, lens >= 4.14
hs-source-dirs: src
default-language: Haskell2010