-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: octane version: 0.16.3 synopsis: Parse Rocket League replays. description: Octane parses Rocket League replays. category: Game homepage: https://github.com/tfausak/octane#readme bug-reports: https://github.com/tfausak/octane/issues maintainer: Taylor Fausak license: MIT license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.markdown data/classes-with-location.json data/classes-with-rotation.json data/classes.json data/game-modes.json data/parent-classes.json data/products.json data/properties.json package.yaml README.markdown stack.yaml source-repository head type: git location: https://github.com/tfausak/octane library hs-source-dirs: library ghc-options: -Wall build-depends: 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.* exposed-modules: Octane Octane.Data Octane.Type Octane.Type.Boolean Octane.Type.CacheItem Octane.Type.CacheProperty Octane.Type.ClassItem Octane.Type.CompressedWord Octane.Type.Dictionary Octane.Type.Float32 Octane.Type.Frame Octane.Type.Initialization Octane.Type.Int32 Octane.Type.Int8 Octane.Type.KeyFrame Octane.Type.List Octane.Type.Mark Octane.Type.Message Octane.Type.OptimizedReplay Octane.Type.Property Octane.Type.Property.ArrayProperty Octane.Type.Property.BoolProperty Octane.Type.Property.ByteProperty Octane.Type.Property.FloatProperty Octane.Type.Property.IntProperty Octane.Type.Property.NameProperty Octane.Type.Property.QWordProperty Octane.Type.Property.StrProperty Octane.Type.RawReplay Octane.Type.RemoteId Octane.Type.RemoteId.PlayStationId Octane.Type.RemoteId.SplitscreenId Octane.Type.RemoteId.SteamId Octane.Type.RemoteId.XboxId Octane.Type.Replay Octane.Type.ReplayWithFrames Octane.Type.ReplayWithoutFrames Octane.Type.Replication Octane.Type.State Octane.Type.Stream Octane.Type.Text Octane.Type.Value Octane.Type.Value.BooleanValue Octane.Type.Value.ByteValue Octane.Type.Value.CamSettingsValue Octane.Type.Value.DemolishValue Octane.Type.Value.EnumValue Octane.Type.Value.ExplosionValue Octane.Type.Value.FlaggedIntValue Octane.Type.Value.FloatValue Octane.Type.Value.GameModeValue Octane.Type.Value.IntValue Octane.Type.Value.LoadoutOnlineValue Octane.Type.Value.LoadoutsOnlineValue Octane.Type.Value.LoadoutsValue Octane.Type.Value.LoadoutValue Octane.Type.Value.LocationValue Octane.Type.Value.MusicStingerValue Octane.Type.Value.PickupValue Octane.Type.Value.PrivateMatchSettingsValue Octane.Type.Value.QWordValue Octane.Type.Value.RelativeRotationValue Octane.Type.Value.ReservationValue Octane.Type.Value.RigidBodyStateValue Octane.Type.Value.StringValue Octane.Type.Value.TeamPaintValue Octane.Type.Value.UniqueIdValue Octane.Type.Value.WeldedInfoValue Octane.Type.Vector Octane.Type.Word16 Octane.Type.Word32 Octane.Type.Word64 Octane.Type.Word8 Octane.Utility Octane.Utility.ClassPropertyMap Octane.Utility.CRC Octane.Utility.Embed Octane.Utility.Endian Octane.Utility.Generator Octane.Utility.Optimizer Octane.Utility.Parser Octane.Version other-modules: Paths_octane default-language: Haskell2010 executable octane main-is: Main.hs hs-source-dirs: executable ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: aeson , base , binary , bytestring , http-client >=0.4.30 && <0.6 , http-client-tls >=0.2 && <0.4 , octane default-language: Haskell2010 test-suite octane-test-suite type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test-suite ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base , binary , binary-bits , bytestring , containers , octane , tasty ==0.11.* , tasty-hspec ==1.1.* , tasty-quickcheck ==0.8.* , text other-modules: OctaneSpec default-language: Haskell2010 benchmark octane-benchmark type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: benchmark ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: base , criterion ==1.1.* , octane other-modules: OctaneBench default-language: Haskell2010