From 500f917048902fa9d9078d05f11fd068f9971bc8 Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Wed, 14 Aug 2013 17:24:56 +0200 Subject: [PATCH] Added description and repository informations. --- scat.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scat.cabal b/scat.cabal index 939bbe5..e0b491b 100644 --- a/scat.cabal +++ b/scat.cabal @@ -16,7 +16,7 @@ version: 1.0.1.0 synopsis: Generates unique passwords for various websites from a single password. -- A longer description of the package. --- description: +description: Flexible password generator. For each service, passwords are generated deterministically from a main password and a code. Internally, Scrypt is used to obtain the hash generating the passwords. -- The license under which the package is released. license: BSD3 @@ -51,6 +51,10 @@ data-dir: lists data-files: *.txt +source-repository head + type: git + location: https://github.com/redelmann/scat + executable scat -- .hs or .lhs file containing the Main module. main-is: Scat.hs