-- Initial xlsior.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: xlsior version: 0.1.0.0 synopsis: Streaming Excel file generation and parsing description: Streaming Excel file generation and parsing license: MIT license-file: LICENSE author: rcallahan maintainer: ropoctl@gmail.com -- copyright: category: Codec build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Xlsx.Writer, Xlsx.Sheet, Xlsx.Parse, Xlsx.Types other-modules: Xlsx.Types.Internal, Xlsx.Types.Class, Xlsx.Types.Instances other-extensions: OverloadedStrings build-depends: base >=4.7 && <4.8, zip-archive >=0.2 && <0.3, blaze-markup >=0.6 && <0.7, text, bytestring, time, old-locale, vector, conduit, xml-conduit, data-default, exceptions, conduit-extra, resourcet, xml-types, mtl, attoparsec, scientific -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -O2 ghc-prof-options: -fprof-auto Test-Suite test main-is: Test.hs type: exitcode-stdio-1.0 -- other-modules: other-extensions: OverloadedStrings build-depends: base >=4.7 && <4.8, zip-archive >=0.2 && <0.3, blaze-markup >=0.6 && <0.7, text, bytestring, time, old-locale -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -O2 ghc-prof-options: -fprof-auto