octane 0.18.0 → 0.18.1
raw patch · 3 files changed
+5/−11 lines, 3 filesdep ~rattletrapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rattletrap
API changes (from Hackage documentation)
Files
- octane.cabal +2/−2
- package.yaml +2/−2
- stack.yaml +1/−7
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: octane-version: 0.18.0+version: 0.18.1 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game@@ -41,7 +41,7 @@ , data-default-class <0.2 , file-embed ==0.0.* , overloaded-records ==0.4.*- , rattletrap ==2.0.*+ , rattletrap ==2.* , text ==1.2.* exposed-modules: Octane
package.yaml view
@@ -35,7 +35,7 @@ - data-default-class <0.2 - file-embed ==0.0.* - overloaded-records ==0.4.*- - rattletrap ==2.0.*+ - rattletrap ==2.* - text ==1.2.* other-modules: Paths_octane source-dirs: library@@ -44,4 +44,4 @@ maintainer: Taylor Fausak name: octane synopsis: Parse Rocket League replays.-version: '0.18.0'+version: '0.18.1'
stack.yaml view
@@ -1,7 +1,1 @@-packages:-- .-- extra-dep: true- location:- commit: 2.0.0- git: https://github.com/tfausak/rattletrap-resolver: lts-7.10+resolver: nightly-2016-12-10