octane 0.20.0 → 0.20.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- octane.cabal +2/−2
- package.yaml +2/−2
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: octane-version: 0.20.0+version: 0.20.1 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game@@ -33,7 +33,7 @@ ghc-options: -Wall build-depends: aeson >=0.11 && <1.3- , base ==4.9.*+ , base >=4.9 && <4.11 , bimap ==0.3.* , binary ==0.8.* , bytestring ==0.10.*
package.yaml view
@@ -27,7 +27,7 @@ library: dependencies: - aeson >=0.11 && <1.3- - base ==4.9.*+ - base >=4.9 && <4.11 - bimap ==0.3.* - binary ==0.8.* - bytestring ==0.10.*@@ -44,4 +44,4 @@ maintainer: Taylor Fausak name: octane synopsis: Parse Rocket League replays.-version: '0.20.0'+version: '0.20.1'