octane 0.18.2 → 0.18.3
raw patch · 4 files changed
+9/−6 lines, 4 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- README.markdown +3/−0
- octane.cabal +3/−3
- package.yaml +2/−2
- stack.yaml +1/−1
README.markdown view
@@ -8,6 +8,8 @@ Replays][] parses tens of thousands of replays with it. Octane parses most replays in less than 5 seconds. It outputs easy-to-read JSON. +If you also want to generate replays, consider using [Rattletrap][] instead.+ Octane has a command-line interface. To get it, download and unpack [the latest release][] for your platform. You can run the executable one of three ways: @@ -53,5 +55,6 @@ [build]: https://travis-ci.org/tfausak/octane [Rocket League]: http://www.rocketleaguegame.com [Rocket League Replays]: https://www.rocketleaguereplays.com/replays/+[Rattletrap]: https://github.com/tfausak/rattletrap [the latest release]: https://github.com/tfausak/octane/releases/latest [Rocket League Replays wiki]: https://github.com/rocket-league-replays/rocket-league-replays/wiki/Rocket-League-Replay-Parsers
octane.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.14.0.+-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: octane-version: 0.18.2+version: 0.18.3 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game@@ -32,7 +32,7 @@ library ghc-options: -Wall build-depends:- aeson >=0.11 && <1.2+ aeson >=0.11 && <1.3 , base ==4.9.* , bimap ==0.3.* , binary ==0.8.*
package.yaml view
@@ -26,7 +26,7 @@ github: tfausak/octane library: dependencies:- - aeson >=0.11 && <1.2+ - aeson >=0.11 && <1.3 - base ==4.9.* - bimap ==0.3.* - binary ==0.8.*@@ -44,4 +44,4 @@ maintainer: Taylor Fausak name: octane synopsis: Parse Rocket League replays.-version: '0.18.2'+version: '0.18.3'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2016-12-31+resolver: lts-8.0