packages feed

stratux 0.0.7 → 0.0.8

raw patch · 3 files changed

+10/−4 lines, 3 filesdep +textdep ~stratux-httpdep ~stratux-typesdep ~stratux-websocketsPVP ok

version bump matches the API change (PVP)

Dependencies added: text

Dependency ranges changed: stratux-http, stratux-types, stratux-websockets

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.0.8++* Update after GPS solution parse bug in `stratux-types`.+ 0.0.7  * Update after bug relating to ConstrainedClassMethods in `stratux-types`.
src/Data/Aviation/Stratux.hs view
@@ -4,5 +4,6 @@   module S ) where +import Data.Aviation.Stratux.HTTP as S import Data.Aviation.Stratux.Types as S import Data.Aviation.Stratux.Websockets as S
stratux.cabal view
@@ -1,5 +1,5 @@ name:               stratux-version:            0.0.7+version:            0.0.8 license:            BSD3 license-file:       LICENCE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>@@ -27,9 +27,10 @@    build-depends:                       base < 5 && >= 4-                    , stratux-types == 0.0.7-                    , stratux-http == 0.0.7-                    , stratux-websockets == 0.0.7+                    , stratux-types == 0.0.8+                    , stratux-http == 0.0.8+                    , stratux-websockets == 0.0.8+                    , text    ghc-options:                     -Wall