HExcel-0.1.0.1: HExcel.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 92f52ac66ce8347642d971d8f2f8d5bf9caf622cdc47d5e03f4e7f82359cc75e
name: HExcel
version: 0.1.0.1
synopsis: Create Excel files with Haskell
description: Easily create Excel files with Haskell. See README at <https://github.com/green-lambda/HExcel>
category: Data, Text, SpreadSheet
author: Sasha Bogicevic
maintainer: sasa.bogicevic@pm.me
license: BSD3
license-file: LICENSE
build-type: Simple
library
exposed-modules:
HExcel
other-modules:
HExcel.Ffi
HExcel.HExcelInternal
HExcel.Types
Main
Paths_HExcel
hs-source-dirs:
src
ghc-options: -Wall
extra-libraries:
z
xlsxwriter
build-depends:
base >=4.5 && <5
, microlens
, microlens-th
, time
, transformers
default-language: Haskell2010