octane 0.4.17 → 0.4.18
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
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.4.17+version: 0.4.18 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game@@ -34,7 +34,7 @@ aeson ==0.11.* , aeson-pretty ==0.7.* , autoexporter >=0.1 && <0.3- , base ==4.8.*+ , base >=4.8 && <4.10 , binary ==0.7.* , binary-bits ==0.5.* , bytestring ==0.10.*
package.yaml view
@@ -39,7 +39,7 @@ - aeson ==0.11.* - aeson-pretty ==0.7.* - autoexporter >=0.1 && <0.3- - base ==4.8.*+ - base >=4.8 && <4.10 - binary ==0.7.* - binary-bits ==0.5.* - bytestring ==0.10.*@@ -70,4 +70,4 @@ - -with-rtsopts=-N main: TestSuite.hs source-dirs: test-suite-version: '0.4.17'+version: '0.4.18'