File: hsql.cabal

package info (click to toggle)
haskell-hsql 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • sloc: haskell: 132; makefile: 50; sh: 12
file content (11 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
name:		hsql
version:	1.7
license:	BSD3
author:		Krasimir Angelov <ka2_mail@yahoo.com>
category:	Database
description:	Simple library for database access from Haskell.
exposed-modules:
	Database.HSQL,
	Database.HSQL.Types
build-depends:	base
extensions:     ForeignFunctionInterface, TypeSynonymInstances, CPP