Skip to content

Commit

Permalink
stack test pedantic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphacker committed Oct 13, 2023
1 parent 0bc3765 commit feacea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Main where

import TIS100
import Test.Hspec
import Test.Tasty qualified
import Test.Tasty.Hspec
Expand Down
2 changes: 1 addition & 1 deletion test/Sim/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import GHC.IO (unsafePerformIO)
import TIS100.Parser.Config qualified as ParserCfg
import TIS100.Parser.Util qualified as ParserUtil
import TIS100.Sim.CPU qualified as CPU
import TIS100.Sim.Config (ConfigSource (..), SimRunConfig (..))
import TIS100.Sim.Config (ConfigSource (..), SimRunConfig (SimRunConfig))
import TIS100.Sim.Run qualified as Run
import Test.Hspec

Expand Down

0 comments on commit feacea9

Please sign in to comment.