Add Read instances

This commit is contained in:
2022-07-22 01:06:35 +01:00
parent d4e5b02874
commit 4c5218c633
44 changed files with 209 additions and 126 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ data PlayStatus
| ToStop
deriving (Eq,Ord,Show)
newtype SoundID = SoundID { _getSoundID :: Int }
deriving (Eq,Ord,Show)
deriving (Eq,Ord,Show,Read)
newtype SoundData = SoundData
{_loadedChunks :: IM.IntMap Mix.Chunk
}