Skip to content

Commit b8c378e

Browse files
Remote: Tasty removed Hspec reexports (#154)
1 parent b4377c7 commit b8c378e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ test-suite hnix-store-remote-tests
8383
, hspec-expectations-lifted
8484
, quickcheck-text
8585
, tasty
86+
, hspec
8687
, tasty-hspec
8788
, tasty-quickcheck
8889
, linux-namespaces

hnix-store-remote/tests/NixDaemon.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ import System.IO.Temp
2222
import qualified System.Process as P
2323
import System.Posix.User as U
2424
import System.Linux.Namespaces as NS
25-
import Test.Tasty.Hspec ( Spec
25+
import Test.Hspec ( Spec
2626
, describe
2727
, context
2828
)
29-
import qualified Test.Tasty.Hspec as Hspec
29+
import qualified Test.Hspec as Hspec
3030
import Test.Hspec.Expectations.Lifted
3131

3232
import System.FilePath

0 commit comments

Comments
 (0)