benchmarks: octane-benchmark: dependencies: - base - criterion ==1.1.* - octane ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N main: Main.hs source-dirs: benchmark category: Game description: Octane parses Rocket League replays. executables: octane: dependencies: - aeson - base - binary - bytestring - http-client >=0.4.30 && <0.6 - http-client-tls >=0.2 && <0.4 - octane ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N main: Main.hs source-dirs: executable extra-source-files: - CHANGELOG.markdown - data/*.json - package.yaml - README.markdown - stack.yaml ghc-options: -Wall github: tfausak/octane library: dependencies: - aeson >=0.11 && <1.1 - base ==4.9.* - bimap ==0.3.* - binary ==0.8.* - binary-bits ==0.5.* - bytestring ==0.10.* - containers ==0.5.* - data-binary-ieee754 ==0.4.* - data-default-class <0.2 - deepseq ==1.4.* - file-embed ==0.0.* - overloaded-records ==0.4.* - regex-compat ==0.95.* - text ==1.2.* - unordered-containers ==0.2.* - vector ==0.11.* other-modules: Paths_octane source-dirs: library license: MIT license-file: LICENSE.markdown maintainer: Taylor Fausak name: octane synopsis: Parse Rocket League replays. tests: octane-test-suite: dependencies: - base - binary - binary-bits - bytestring - containers - octane - tasty ==0.11.* - tasty-hspec ==1.1.* - tasty-quickcheck ==0.8.* - text ghc-options: - -rtsopts - -threaded - -with-rtsopts=-N main: Main.hs source-dirs: test-suite version: '0.16.3'