Added a cabal file
authordavid@mel
Sun Apr 27 13:41:15 2008 +0100 (4 months ago)
changeset 4817654ccb5be
parent 3b744d274f675
child 50ad2a68f4979
Added a cabal file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/haskell/qdbm/QDBM.cabal Sun Apr 27 13:41:15 2008 +0100
@@ -0,0 +1,11 @@
+Name: qdbm
+Version: 0.0
+Synopsis: QDBM bindings
+Description: Basic bindings to QDBM's Depot library
+License: OtherLicense
+License-File: LICENSE
+Author: David R. MacIver
+Maintainer: David R. MacIver david.maciver@gmail.com
+Exposed-modules: QDBM.Depot
+Build-Depends: bytestring >= 0.9.0.4, base
+extra-libraries: qdbm