stratux 0.0.8 → 0.0.9
raw patch · 2 files changed
+10/−6 lines, 2 filesdep −textdep ~stratux-httpdep ~stratux-typesdep ~stratux-websocketsPVP ok
version bump matches the API change (PVP)
Dependencies removed: text
Dependency ranges changed: stratux-http, stratux-types, stratux-websockets
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- stratux.cabal +5/−6
changelog.md view
@@ -1,3 +1,8 @@+0.0.9++* Use aeson-1.0.+* Add nix build.+ 0.0.8 * Update after GPS solution parse bug in `stratux-types`.
stratux.cabal view
@@ -1,10 +1,10 @@ name: stratux-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 stratux category: Aviation, ADSB, Stratux, JSON description: A library for stratux <http://stratux.me/>@@ -27,10 +27,9 @@ build-depends: base < 5 && >= 4- , stratux-types == 0.0.8- , stratux-http == 0.0.8- , stratux-websockets == 0.0.8- , text+ , stratux-types == 0.0.9+ , stratux-http == 0.0.9+ , stratux-websockets == 0.0.9 ghc-options: -Wall