packages feed

libxls-0.2: libxls.cabal

-- Initial libxls.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                libxls
version:             0.2
synopsis:            Bindings to libxls
description:         Read Data From xls file 
license:             MIT         
license-file:        LICENSE
author:              uuhan
maintainer:          xuminhui189@gmail.com
-- copyright:           
category:            FFI
build-type:          Custom
extra-source-files:  libxls-0.3.0_pre107.tar.bz2
                     README
cabal-version:       >=1.10
library
  hs-source-dirs:      src
  include-dirs:        include
  exposed-modules:     Data.Libxls.Reader 
                     , Bindings.Xls
                     , Bindings.Ole
                     , Bindings.Xlsstruct
                     , Bindings.Xlstool
                     , Bindings.Xlstypes

  build-depends:       base >=4.8 && <4.9
                     , bindings-DSL

  build-tools:         hsc2hs
  default-language:    Haskell2010
  default-extensions:  ForeignFunctionInterface

  install-includes:    brdb.c.h brdb.h ole.h xls.h xlsstruct.h xlstool.h xlstypes.h


source-repository head
    type: git
    location: https://github.com/uuhan/bindings-libxls