request master password

This commit is contained in:
Jonathan Lamothe
2018-12-07 21:07:42 -05:00
parent 53b5c6d106
commit 1e71698388
3 changed files with 26 additions and 3 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ library:
source-dirs: src
executables:
passman-exe:
passman:
main: Main.hs
source-dirs: app
ghc-options:
@@ -35,6 +35,7 @@ executables:
- -with-rtsopts=-N
dependencies:
- passman
- HCL >= 1.7.1 && < 2
tests:
passman-test: