packages feed

stratux-websockets 0.0.8 → 0.0.9

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~aesondep ~stratux-types

Dependency ranges changed: aeson, stratux-types

Files

stratux-websockets.cabal view
@@ -1,10 +1,10 @@ name:               stratux-websockets-version:            0.0.8+version:            0.0.9 license:            BSD3 license-file:       LICENCE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> maintainer:         Tony Morris-copyright:          Copyright (C) 2016 Tony Morris+copyright:          Copyright (C) 2016-2017 Tony Morris synopsis:           A library for using websockets with stratux category:           Aviation, ADSB, Stratux, JSON, Network description:        A library for using websockets with stratux <http://stratux.me/>@@ -27,10 +27,10 @@    build-depends:                       base < 5 && >= 4-                    , stratux-types >= 0.0.8 && < 0.1+                    , stratux-types >= 0.0.9 && < 0.1                     , websockets >= 0.9 && < 1.0                     , transformers >= 0.4 && < 1.0-                    , aeson >= 0.11 && < 1.0+                    , aeson >= 1.0 && < 1.1                     , either >= 4.0 && < 5.0                     , text >= 1.2 && < 2.0                     , network >= 2.6 && < 3.0