diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -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
 
diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -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.
diff --git a/source/library/Rattletrap/Data.hs b/source/library/Rattletrap/Data.hs
--- a/source/library/Rattletrap/Data.hs
+++ b/source/library/Rattletrap/Data.hs
@@ -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)
diff --git a/source/test-suite/Main.hs b/source/test-suite/Main.hs
--- a/source/test-suite/Main.hs
+++ b/source/test-suite/Main.hs
@@ -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")
