octane 0.4.1 → 0.4.2
raw patch · 3 files changed
+28/−35 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- octane.cabal +1/−1
- package.yaml +25/−30
- stack.yaml +2/−4
octane.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: octane-version: 0.4.1+version: 0.4.2 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game
package.yaml view
@@ -1,8 +1,25 @@-name: octane-version: 0.4.1-+benchmarks:+ octane-benchmark:+ dependencies:+ - base+ - binary+ - binary-bits+ - bytestring+ - containers+ - criterion ==1.1.*+ - octane+ ghc-options: -threaded+ main: Benchmark.hs+ source-dirs: benchmark category: Game description: Octane parses Rocket League replays.+executables:+ octane:+ dependencies:+ - base+ - octane+ main: Executable.hs+ source-dirs: executable extra-source-files: - CHANGELOG.md - package.yaml@@ -10,10 +27,6 @@ - stack.yaml ghc-options: -Wall github: tfausak/octane-license: MIT-maintainer: Taylor Fausak-synopsis: Parse Rocket League replays.- library: dependencies: - base ==4.8.*@@ -27,15 +40,10 @@ other-modules: - Octane.Core source-dirs: library--executables:- octane:- dependencies:- - base- - octane- main: Executable.hs- source-dirs: executable-+license: MIT+maintainer: Taylor Fausak+name: octane+synopsis: Parse Rocket League replays. tests: octane-test-suite: dependencies:@@ -50,17 +58,4 @@ ghc-options: -threaded main: TestSuite.hs source-dirs: test-suite--benchmarks:- octane-benchmark:- dependencies:- - base- - binary- - binary-bits- - bytestring- - containers- - criterion ==1.1.*- - octane- ghc-options: -threaded- main: Benchmark.hs- source-dirs: benchmark+version: '0.4.2'
stack.yaml view
@@ -1,5 +1,3 @@-extra-deps:-- binary-bits-0.5 install-ghc: true-require-stack-version: '>=1.0.4'-resolver: nightly-2016-02-20+require-stack-version: ! '>=1.0.4'+resolver: nightly-2016-03-17