1 hddb: the simple Haskell Document Database
3 a simple sqlite-powered document tracker for the command-line
7 you will need to install the following BUILD dependencies:
9 * GHC: http://www.haskell.org/ghc/
10 * HDBC-Sqlite3: http://hackage.haskell.org/package/HDBC-sqlite3
12 you will need to install the following RUN-TIME dependencies:
14 * Sqlite3: http://www.sqlite.org
24 alternatively, control the install location with the 'PREFIX' and 'DESTDIR'
25 environment variables (or simply edit the Makefile).
27 Also, configure Config.hs as you wish *before* the build
31 After building and installing,
41 Grab the latest source and report bugs at:
43 https://www.github.com/gagnonlg/hddb/
45 Stable releases can be found at:
47 https://sites.google.com/site/hddbstable/
49 Get in touch with the author at:
51 louis.guillaume.gagnon@gmail.com
55 Copyright (C) 2013 Louis-Guillaume Gagnon
57 This program may be freely redistributed under the terms
58 of the GNU General Public License, version 3 or later.
59 For more information, see 'COPYING'