Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
22 lines
534 B
Diff
22 lines
534 B
Diff
diff --git a/password/password.cabal b/password/password.cabal
|
|||
index 506457e..8fa978b 100644
|
|||
--- a/password.cabal
|
|||
+++ b/password.cabal
|
|||
@@ -186,6 +186,8 @@ test-suite password-tasty
|
|||
other-modules:
|
|||
Scrypt
|
|||
Data.Password.Scrypt
|
|||
+ build-depends:
|
|||
+ scrypt
|
|||
ghc-options:
|
|||
-threaded -O2 -rtsopts -with-rtsopts=-N
|
|||
build-depends:
|
|||
@@ -195,7 +197,6 @@ test-suite password-tasty
|
|||
, bytestring
|
|||
, memory
|
|||
, quickcheck-instances
|
|||
- , scrypt
|
|||
, tasty
|
|||
, tasty-hunit
|
|||
, tasty-quickcheck
|