allow for running tests

This commit is contained in:
yanvoi 2024-05-26 16:16:40 +02:00
parent 673a455ada
commit c38b22a818
2 changed files with 2 additions and 0 deletions

View File

@ -94,4 +94,5 @@ test-suite HasswordManager-test
, text , text
, utf8-string , utf8-string
, containers , containers
, hspec
default-language: Haskell2010 default-language: Haskell2010

View File

@ -28,6 +28,7 @@ dependencies:
- utf8-string - utf8-string
- ansi-terminal - ansi-terminal
- Hclip - Hclip
- hspec
- base >= 4.7 && < 5 - base >= 4.7 && < 5
ghc-options: ghc-options: