packages feed

bluemix-sdk-0.1.0.0: bluemix-sdk.cabal

name:                bluemix-sdk
version:             0.1.0.0
synopsis:            Bindings to Bluemix APIs
description:         Bindings to Bluemix APIs
homepage:            https://github.com/agrafix/bluemix-sdk#readme
license:             BSD3
license-file:        LICENSE
author:              Alexander Thiemann
maintainer:          mail@athiemann.net
copyright:           2017 Alexander Thiemann <mail@athiemann.net>
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Network.Watson.NaturalLanguage,
                       Network.Bluemix.Auth
  other-modules:       Network.Bluemix.Http
  build-depends:       base >= 4.7 && < 5,
                       aeson,
                       text,
                       vector,
                       http-types,
                       http-client
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/agrafix/bluemix-sdk