packages feed

HueAPI 0.2.5 → 0.2.6

raw patch · 1 files changed

+7/−3 lines, 1 filesdep ~aesondep ~transformers

Dependency ranges changed: aeson, transformers

Files

HueAPI.cabal view
@@ -1,5 +1,5 @@ name:                HueAPI-version:             0.2.5+version:             0.2.6 synopsis:            API for controlling Philips Hue lights description:         API for controlling Philips Hue lights homepage:            https://github.com/sjoerdvisscher/HueAPI@@ -14,10 +14,14 @@ library   exposed-modules:     HueAPI   build-depends:       base >=4.6 && <4.9,-                       aeson >=0.6 && <0.10,+                       aeson >=0.6 && <0.11,                        containers ==0.5.*,-                       transformers >=0.3 && <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