Skip to content

Commit 547f274

Browse files
committed
refactor(tests): reexport StackTest from StackTest.Repl
1 parent 27e3587 commit 547f274

File tree

2 files changed

+3
-1
lines changed
  • tests/integration

2 files changed

+3
-1
lines changed

tests/integration/lib/StackTest/Repl.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module StackTest.Repl
88
, replCommand
99
, replGetLine
1010
, stackRepl
11+
-- * Reexport
12+
, module StackTest
1113
) where
1214

1315
import Control.Exception (SomeException, catch, displayException, finally)

tests/integration/tests/3926-ghci-with-sublibraries/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Control.Monad.IO.Class
22
import Control.Monad
33
import Data.List
4-
import StackTest
4+
55
import StackTest.Repl
66

77
main :: IO ()

0 commit comments

Comments
 (0)