octane 0.18.1 → 0.18.2
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- octane.cabal +2/−2
- package.yaml +2/−2
- stack.yaml +1/−1
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: octane-version: 0.18.1+version: 0.18.2 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.1+ aeson >=0.11 && <1.2 , 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.1+ - aeson >=0.11 && <1.2 - 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.1'+version: '0.18.2'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2016-12-10+resolver: nightly-2016-12-31