packages feed

octane 0.4.3 → 0.4.4

raw patch · 3 files changed

+5/−2 lines, 3 files

Files

README.md view
@@ -1,6 +1,7 @@ # [Octane][]  [![Version badge][]][version]+[![Windows build badge][]][windows build] [![Build badge][]][build]  Octane parses [Rocket League][] replays.@@ -16,6 +17,8 @@ [Octane]: https://github.com/tfausak/octane [Version badge]: https://www.stackage.org/package/octane/badge/nightly?label=version [version]: https://www.stackage.org/package/octane+[Windows build badge]: https://ci.appveyor.com/api/projects/status/github/tfausak/octane?branch=main&svg=true+[windows build]: https://ci.appveyor.com/project/TaylorFausak/octane [Build badge]: https://travis-ci.org/tfausak/octane.svg?branch=main [build]: https://travis-ci.org/tfausak/octane [Rocket League]: http://rocketleague.psyonix.com
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           octane-version:        0.4.3+version:        0.4.4 synopsis:       Parse Rocket League replays. description:    Octane parses Rocket League replays. category:       Game
package.yaml view
@@ -68,4 +68,4 @@     - -with-rtsopts=-N     main: TestSuite.hs     source-dirs: test-suite-version: '0.4.3'+version: '0.4.4'