Skip to content

Commit 722b431

Browse files
committed
Core: tests: add dep hspec, {StorePath,Derivation}: fx import
> No changes, but 1.1.7 should have been a major version bump due to dropping the Test.Hspec re-export. https://hackage.haskell.org/package/tasty-hspec-1.2/changelog M hnix-store-core/tests/Hash.hs M hnix-store-core/tests/NarFormat.hs
1 parent 285bf42 commit 722b431

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ test-suite format-tests
109109
, process
110110
, tasty
111111
, tasty-golden
112+
, hspec
112113
, tasty-hspec
113114
, tasty-hunit
114115
, tasty-quickcheck

hnix-store-core/tests/Hash.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import qualified Data.ByteString.Base64.Lazy as B64
1414
import qualified Data.ByteString.Lazy as BSL
1515
import Data.Text (Text)
1616

17-
import Test.Tasty.Hspec
17+
import Test.Hspec
1818
import Test.Tasty.QuickCheck
1919

2020
import System.Nix.Hash

hnix-store-core/tests/NarFormat.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import qualified System.IO.Temp as Temp
3737
import qualified System.Posix.Process as Unix
3838
import qualified System.Process as P
3939
import Test.Tasty as T
40-
import Test.Tasty.Hspec
40+
import Test.Hspec
4141
import qualified Test.Tasty.HUnit as HU
4242
import Test.Tasty.QuickCheck
4343
import qualified Text.Printf as Printf

0 commit comments

Comments
 (0)