packages feed

rattletrap 9.0.7 → 9.0.8

raw patch · 4 files changed

+4/−2 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.markdown view
@@ -28,7 +28,7 @@ Rattletrap is also available as [a Docker image][].  To build Rattletrap from source, install [Stack][]. Then run-`stack --resolver nightly install rattletrap`.+`stack --resolver lts-14.25 install rattletrap`.  ## Replays 
rattletrap.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: rattletrap-version: 9.0.7+version: 9.0.8  category: Game description: Rattletrap parses and generates Rocket League replays.
source/library/Rattletrap/Data.hs view
@@ -318,6 +318,7 @@   , ("TAGame.PRI_TA:bOnlineLoadoutSet", AttributeTypeBoolean)   , ("TAGame.PRI_TA:bOnlineLoadoutsSet", AttributeTypeBoolean)   , ("TAGame.PRI_TA:BotProductName", AttributeTypeInt)+  , ("TAGame.PRI_TA:bIsDistracted", AttributeTypeBoolean)   , ("TAGame.PRI_TA:bReady", AttributeTypeBoolean)   , ("TAGame.PRI_TA:bUsingBehindView", AttributeTypeBoolean)   , ("TAGame.PRI_TA:bUsingItems", AttributeTypeBoolean)
source/test-suite/Main.hs view
@@ -179,6 +179,7 @@   , ("dcb3", "a pawn type attribute")   , ("de56", "a problematic product attribute")   , ("e80d", "unlimited time")+  , ("e978", "distracted")   , ("eae3", "an actor/object ID collision")   , ("eae8", "custom team colors")   , ("edbb", "remote role")