diff options
Diffstat (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs')
| -rw-r--r-- | fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs index 0ee529b..7a4bceb 100644 --- a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs +++ b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Serial.hs @@ -18,7 +18,7 @@ instance Pretty SerialError where , b ] -compSerial :: (MonadIO m, MonadThrow m) => Maybe Handle -> Component m +compSerial :: Maybe Handle -> Component compSerial mh = Component { compState = () , compMatches = (== 0xff01) |
