Cabal revisions of help-esb-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial help-esb.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: help-esb-version: 0.1.2-synopsis: A Haskell client for the Help.com team's ESB.-description: A Haskell client 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.*+-- Initial help-esb.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: help-esb +version: 0.1.2 +x-revision: 1 +synopsis: A Haskell client for the Help.com team's ESB. +description: A Haskell client 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.*, network ==2.*, text ==1.*, MissingH ==1.*, uuid ==1.*, aeson ==0.*, bytestring ==0.*