File: hsql.cabal

package info (click to toggle)
haskell-hsql 1.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 656 kB
  • ctags: 43
  • sloc: sh: 2,723; makefile: 192; haskell: 174; ansic: 37
file content (16 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name: hsql
Version: 1.4
License: BSD3
Maintainer: Krasimir Angelov
Stability: Beta
Copyright: Copyright (c) 2003 Krasimir Angelov
HS-Source-Dir: btree
Exposed-Modules: Database.HSQL, Database.HSQL.SQLite,
  Database.HSQL.MySQL, Database.HSQL.ODBC,
  Database.HSQL.PostgreSQL,
  Database.HSQL.Types
Extra-Libraries: sqlite, mysqlclient, pq, odbc
Build-Depends: haskell-src, base
Extensions: ExistentialQuantification, AllowOverlappingInstances,
    AllowUndecidableInstances, ForeignFunctionInterface
ghc-options: -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include/postgresql/server -Isrc/HSQL -O -fglasgow-exts