name: libxlsxwriter-hs version: 0.1.0 author: Supercede Technology Ltd maintainer: Supercede Technology Ltd license: BSD3 license-file: LICENSE cabal-version: >= 1.10 build-type: Simple extra-source-files: README.md category: FFI, Xlsx synopsis: Bindings to libxlsxwriter description: Bindings to the libxlsxwriter C library. Please refer to the upstream documentation. tested-with: GHC == 8.10.4, GHC == 8.10.7 library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall exposed-modules: XlsxWriter , XlsxWriter.Common , XlsxWriter.Format , XlsxWriter.Workbook , XlsxWriter.Worksheet , XlsxWriter.Utility -- TODO: Using the build-tool-depends field introduces issues with -- using this package from nix. Figure out what the issues are and -- resolve them. -- build-tool-depends: c2hs:c2hs extra-libraries: xlsxwriter build-depends: base >= 4 && < 5 , bytestring >= 0.10.12 && < 0.11 source-repository head type: git location: git://github.com/SupercedeTech/libxlsxwriter-hs.git