avwx 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- app/Main.hs +1/−0
- avwx.cabal +1/−1
app/Main.hs view
@@ -4,6 +4,7 @@ ) where import Control.Monad+import Data.Monoid ((<>)) import Options.Applicative import System.Environment import Text.Show.Pretty
avwx.cabal view
@@ -1,5 +1,5 @@ name: avwx-version: 0.3.0.0+version: 0.3.0.1 synopsis: Parse aviation weather reports description: Parse aviation weather reports, currently METARs and TAFs homepage: https://www.hcesperer.org/posts/2016-09-20-avwx.html