File: haskelldb-hdbc-postgresql.cabal

package info (click to toggle)
haskelldb-hdbc-postgresql 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 60 kB
  • ctags: 1
  • sloc: haskell: 22; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: haskelldb-hdbc-postgresql
Version: 0.13
Cabal-version: >= 1.2
Build-type: Simple
Copyright: The authors
Maintainer: haskelldb-users@lists.sourceforge.net
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
License: BSD3
Synopsis: HaskellDB support for the HDBC PostgreSQL driver.

Flag split-base

Library
  Build-depends: 
    mtl >= 1 && < 2, 
    haskelldb >= 0.12 && < 1,
    haskelldb-hdbc >= 0.12 && < 1,
    HDBC >= 2 && < 3,
    HDBC-postgresql >= 2 && < 3

  if flag(split-base)
    Build-depends: base >= 3 && < 5
  else
    Build-depends: base < 3

  Exposed-Modules:
        Database.HaskellDB.HDBC.PostgreSQL

Executable DBDirect-hdbc-postgresql
  Main-is: DBDirect.hs