packages feed

sednaDBXML-0.1.2.4: sednaDBXML.cabal

Name:                   sednaDBXML
Version:                0.1.2.4
License:                GPL-3
Cabal-Version:          >= 1.10.0
License-File:           LICENSE
Author:                 Eric C. Jones
Build-Type:             Simple
Maintainer:             Eric Jones (ericclaudejones at gmail.com)
Stability:              alpha
Synopsis:               Sedna C API XML Binding

Description:            Sedna native XML database bindings.
                        http://www.sedna.org/

Category:               Database, FFI

Extra-Source-Files:     include/libsedna.h
                        include/sp_defs.h
                        LICENSE,
                        licenses/sedna_headers/LICENSE,
                        test/fixtures/baseballleague.xml,
                        test/runTests.sh,
                        test/sedna-testsuite.cabal,
                        test/suite/Integration/SednaBindingTests.hs,
                        test/suite/TestSuite.hs,
                        README

Library
  Hs-Source-Dirs:         src
  Default-Language:       Haskell98
  Build-Depends:          base == 4.*,
                          bindings-DSL,
                          bytestring,
                          containers,
                          iteratee >= 0.8,
                          mtl

  Exposed-Modules:        Database.SednaBindings
                          Database.SednaExceptions
                          Database.SednaTypes
                          Database.Sedna                        
                          Database.Internal.SednaCBindings
                          Database.Internal.SednaConnectionAttributes
                          Database.Internal.SednaResponseCodes
                          Database.Internal.SpDefs

  Include-Dirs:           include
  Includes:               libsedna.h,
                          sp_defs.h
  
  Extra-Libraries:        sedna

  Ghc-Options:            -Wall

  Default-Extensions:     CPP,
                          ForeignFunctionInterface

Source-Repository Head
    type:                 git
    location:             git@github.com:ExternalReality/XML.git