rfc1413-types-0.0.0.0: rfc1413-types.cabal
name: rfc1413-types
version: 0.0.0.0
synopsis: An rfc1413 parser and response renderer
description: Types and low level operations for rfc1413
homepage: https://github.com/cotrone/rfc1413-types#readme
license: BSD3
license-file: LICENSE
author: Kevin Cotrone
maintainer: kevincotrone@gmail.com
copyright: 2017 Kevin Cotrone
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Ident
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, bytestring
source-repository head
type: git
location: https://github.com/cotrone/rfc1413-types