-- Initial hs-excel.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hs-excelx version: 0.5.2.1 synopsis: HS-Excelx provides basic read-only access to Excel 2007 and 2010 documents in XLSX format. -- description: license: BSD3 license-file: LICENSE author: Mark Baran maintainer: mebaran@gmail.com -- copyright: category: Data build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Excelx -- other-modules: build-depends: base ==4.5.*, containers ==0.4.*, time ==1.4.*, mtl ==2.1.*, text ==0.11.*, bytestring ==0.9.*, zip-archive ==0.1.*, xml-conduit ==1.0.* hs-source-dirs: src