Skip to content

Commit

Permalink
Remote: Tasty removed Hspec reexports (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha authored May 30, 2021
1 parent b4377c7 commit b8c378e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hnix-store-remote/hnix-store-remote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ test-suite hnix-store-remote-tests
, hspec-expectations-lifted
, quickcheck-text
, tasty
, hspec
, tasty-hspec
, tasty-quickcheck
, linux-namespaces
Expand Down
4 changes: 2 additions & 2 deletions hnix-store-remote/tests/NixDaemon.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import System.IO.Temp
import qualified System.Process as P
import System.Posix.User as U
import System.Linux.Namespaces as NS
import Test.Tasty.Hspec ( Spec
import Test.Hspec ( Spec
, describe
, context
)
import qualified Test.Tasty.Hspec as Hspec
import qualified Test.Hspec as Hspec
import Test.Hspec.Expectations.Lifted

import System.FilePath
Expand Down

0 comments on commit b8c378e

Please sign in to comment.