iron-mq-0.1.1.0: iron-mq.cabal
name: iron-mq
version: 0.1.1.0
synopsis: Iron.IO message queueing client library
description: A client library for communication with Iron.IO's message queueing service
homepage: https://github.com/arnoblalam/iron_mq_haskell
license: GPL-3
license-file: LICENSE
author: Arnob Alam
maintainer: arnoblalam@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: README.md, CHANGES.md
cabal-version: >=1.10
library
exposed-modules: Network.IronMQ, Network.IronMQ.Types
-- other-modules:
other-extensions: OverloadedStrings, DeriveGeneric
build-depends: base >=4.6 && <=4.8 , wreq >=0.3, lens >=4.6, aeson >=0.7, text >=0.11, http-client >=0.4
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2