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 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Name: hsql
Version: 1.8.2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Author: Krasimir Angelov <ka2_mail@yahoo.com>
Maintainer: Nick Rudnick <nick.rudnick@googlemail.com>
Category: Database
Synopsis: Database access from Haskell.
Description: Simple library for database access from Haskell.
Library {
Build-Depends: base==4.*, old-time
Exposed-Modules: DB.HSQL.Core,
DB.HSQL.Error,
DB.HSQL.Type,
DB.HSQL.Type.Diverse,
DB.HSQL.Type.Geometric,
DB.HSQL.Type.Numeric,
DB.HSQL.Type.Time,
DB.HSQL.Type.NetAddress,
Database.HSQL,
Database.HSQL.Types
Exposed: True
Other-Modules:
Hs-Source-Dirs: .
Default-Extensions:
Other-Extensions: CPP, DeriveDataTypeable, FlexibleInstances,
ForeignFunctionInterface, RankNTypes, ScopedTypeVariables
Buildable: True
GHC-Options:
Includes:
Install-includes:
Include-Dirs:
C-Sources:
Extra-Libraries:
Extra-Lib-Dirs:
CC-Options:
LD-Options:
PkgConfig-Depends:
Frameworks:
Default-Language: Haskell2010
}
|