packages feed

help-esb-0.1.1: help-esb.cabal

-- Initial help-esb.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                help-esb
version:             0.1.1
synopsis:            A Haskell client for the Help.com team's ESB.
description:         A Haskell clinet for the Help.com team's ESB.
homepage:            https://github.com/helpdotcom/help-esb.hs
license:             MIT
license-file:        LICENSE
author:              Alexander Martin
maintainer:          alex.martin@help.com
-- copyright:           
category:            Development
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type: git
  location: git://github.com/helpdotcom/help-esb.hs

library
  exposed-modules:     HelpEsbClient, JSON.API.EventGroup.Post.Request, JSON.API.Event.Post.Request, JSON.Login.Request, JSON.Login.Response, JSON.Basic.Request, JSON.Basic.Response
  -- other-modules:       
  build-depends:       base ==4.6.*, network ==2.6.*, text ==1.2.*, MissingH ==1.3.*, uuid ==1.3.*, aeson ==0.8.*, bytestring ==0.10.*