stratux-http 0.0.8 → 0.0.9
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~stratux-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, stratux-types
API changes (from Hackage documentation)
Files
- stratux-http.cabal +4/−4
stratux-http.cabal view
@@ -1,10 +1,10 @@ name: stratux-http-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 HTTP with stratux category: Aviation, ADSB, Stratux, JSON, Network description: A library for using HTTP 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 , HTTP >= 4000 && < 5000 , network-uri >= 2.6 && < 3.0- , aeson >= 0.11 && < 1.0+ , aeson >= 1.0 && < 1.1 , either >= 0.4 && < 5.0 , utf8-string >= 1.0 && < 2.0