Miscellaneous code / changeset
| author | david@mel |
| Sun Apr 27 13:41:15 2008 +0100 (4 months ago) | |
| changeset 4 | 817654ccb5be |
| parent 3 | b744d274f675 |
| child 5 | 0ad2a68f4979 |
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
