packages feed

HueAPI-0.2.6: HueAPI.cabal

name:                HueAPI
version:             0.2.6
synopsis:            API for controlling Philips Hue lights
description:         API for controlling Philips Hue lights
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.9,
                       aeson >=0.6 && <0.11,
                       containers ==0.5.*,
                       transformers >=0.3 && <0.6,
                       mtl >=2.1 && <2.3,
                       lens >=4.4 && <5,
                       lens-aeson >=1 && <2,
                       wreq <0.5

source-repository head
  type:     git
  location: git://github.com/sjoerdvisscher/HueAPI.git