avwx 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−0
- avwx.cabal +2/−2
- src/Data/Aviation/WX.hs +1/−1
README.md view
@@ -1,3 +1,5 @@+[](https://travis-ci.org/hce/avutils)+ avwx ====
avwx.cabal view
@@ -1,5 +1,5 @@ name: avwx-version: 0.1.0.0+version: 0.1.0.1 synopsis: Parse METAR weather reports description: Parse METAR weather reports homepage: https://github.com/hce/avwx@@ -45,4 +45,4 @@ source-repository head type: git- location: https://github.com/VirtualForgeGmbH/hascar.git+ location: https://github.com/hce/avwx.git
src/Data/Aviation/WX.hs view
@@ -93,7 +93,7 @@ AIRMET | -- | A significant meteorological information message SIGMET - | -- | A general aviation forecase message + | -- | A general aviation forecast message GAMET deriving (Eq, Show)