46b1474255
This reverts commit7701a9e6c6
, reversing changes made to8991dc8e9d
. Restore haskell-updates on staging-next to save resources on hydra.
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
|