File: HSQL.cabal

package info (click to toggle)
haskell-hsql 1.6-8.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 276 kB
  • ctags: 20
  • sloc: haskell: 499; makefile: 110; ansic: 37; sh: 18
file content (11 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
name:		hsql
version:	1.6
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