packages feed

HueAPI-0.1.3: HueAPI.cabal

name:                HueAPI
version:             0.1.3
synopsis:            API for controlling Philips Hue lights
description:
homepage:            https://github.com/sjoerdvisscher/HueAPI
license:             BSD3
license-file:        LICENSE
author:              Sjoerd Visscher
maintainer:          sjoerd@q42.nl
category:            Hardware
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     HueAPI
  build-depends:       base >=4.6 && <4.8,
                       aeson >=0.6 && <0.8,
                       utf8-string ==0.3.*,
                       http-conduit >=2.0 && <2.2,
                       network >=2.4 && <2.6,
                       containers ==0.5.*,
                       transformers ==0.3.*,
                       mtl ==2.1.*