name: canteven-listen-http
version: 1.0.0.1
synopsis: data types to describe HTTP services
description:
A few datatypes useful for describing what ports an HTTP service listens on.
license: Apache-2.0
license-file: LICENSE
author: Ethan Glasser-Camp
maintainer: eglassercamp@sumall.com
-- copyright:
category: Development
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/SumAll/haskell-canteven-listen-http.git
library
exposed-modules: Canteven.Listen.HTTP
-- other-modules:
other-extensions: DeriveGeneric, NamedFieldPuns, OverloadedStrings
build-depends:
aeson >= 0.11 && <0.12,
base >= 4.8 && < 4.10
hs-source-dirs: src
default-language: Haskell2010