packages feed

aip 0.1.2 → 0.1.3

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

aip.cabal view
@@ -1,5 +1,5 @@ name:               aip-version:            0.1.2+version:            0.1.3 license:            BSD3 license-file:       LICENCE author:             Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
changelog.md view
@@ -1,3 +1,7 @@+0.1.3++* Fix version reporting.+ 0.1.2  * Fix bug where DAH was left out of href downloads.
src/Data/Aviation/Aip/RunAipRecords.hs view
@@ -63,7 +63,7 @@         execParser           (info (parserAipOptions <**> helper) (             fullDesc <>-            header "aip 0.1.1 <http://www.airservicesaustralia.com/aip/aip.asp>"+            header "aip 0.1.3 <http://www.airservicesaustralia.com/aip/aip.asp>"           )         )   in  do  opts <- p