Fix plan: OverloadedStrings pragmas in test specs
This commit is contained in:
@@ -424,6 +424,7 @@ git commit -m "Add Runtime.Connection reader and writer actions"
|
|||||||
`test/RuntimeSpec.hs`:
|
`test/RuntimeSpec.hs`:
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module RuntimeSpec (spec) where
|
module RuntimeSpec (spec) where
|
||||||
|
|
||||||
import Control.Concurrent (threadDelay)
|
import Control.Concurrent (threadDelay)
|
||||||
@@ -577,6 +578,7 @@ git commit -m "Run controllers on their own threads over the bus"
|
|||||||
`test/SupervisorSpec.hs`:
|
`test/SupervisorSpec.hs`:
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module SupervisorSpec (spec) where
|
module SupervisorSpec (spec) where
|
||||||
|
|
||||||
import Control.Concurrent (newEmptyMVar, putMVar, readMVar, threadDelay)
|
import Control.Concurrent (newEmptyMVar, putMVar, readMVar, threadDelay)
|
||||||
|
|||||||
Reference in New Issue
Block a user