rattletrap 4.0.7 → 4.0.8
raw patch · 4 files changed
+7/−5 lines, 4 filesdep ~temporaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: temporary
API changes (from Hackage documentation)
Files
- library/Rattletrap/Data.hs +1/−0
- package.yaml +2/−2
- rattletrap.cabal +3/−3
- tests/Main.hs +1/−0
library/Rattletrap/Data.hs view
@@ -232,6 +232,7 @@ , ("TAGame.GameEvent_Soccar_TA:GameTime", AttributeTypeInt) , ("TAGame.GameEvent_Soccar_TA:ReplicatedMusicStinger", AttributeTypeMusicStinger) , ("TAGame.GameEvent_Soccar_TA:ReplicatedScoredOnTeam", AttributeTypeByte)+ , ("TAGame.GameEvent_Soccar_TA:ReplicatedServerPerformanceState", AttributeTypeByte) , ("TAGame.GameEvent_Soccar_TA:ReplicatedStatEvent", AttributeTypeStatEvent) , ("TAGame.GameEvent_Soccar_TA:RoundNum", AttributeTypeInt) , ("TAGame.GameEvent_Soccar_TA:SecondsRemaining", AttributeTypeInt)
package.yaml view
@@ -1,5 +1,5 @@ name: rattletrap-version: 4.0.7+version: 4.0.8 category: Game description: Rattletrap parses and generates Rocket League replays.@@ -52,7 +52,7 @@ dependencies: HUnit: '>= 1.6.0 && < 1.7' rattletrap: -any- temporary: '>= 1.2.1 && < 1.3'+ temporary: '>= 1.2.1 && < 1.4' ghc-options: - -rtsopts - -threaded
rattletrap.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 506b00a9786db5c66b3f6cad1c14a655db6095b51be068ee1373ef7b5ca563cd+-- hash: e6e8c0332bbaba8975594f8d3d618894f231232f6d2b5ba13d2a4f17ee9ce301 name: rattletrap-version: 4.0.7+version: 4.0.8 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays. category: Game@@ -314,7 +314,7 @@ , http-client-tls >=0.3.5 && <0.4 , rattletrap , template-haskell >=2.12.0 && <2.14- , temporary >=1.2.1 && <1.3+ , temporary >=1.2.1 && <1.4 , text >=1.2.3 && <1.3 , transformers >=0.5.2 && <0.6 other-modules:
tests/Main.hs view
@@ -84,6 +84,7 @@ , ("7bf6", "an online loadouts attribute") , ("89cb", "remote user data") , ("8ae5", "new painted items")+ , ("92a6", "with server performance state") , ("946f", "patch 1.43") , ("9704", "a batarang") , ("98e5", "a player using behind view")