-
Notifications
You must be signed in to change notification settings - Fork 0
/
HExcel.cabal
41 lines (38 loc) · 979 Bytes
/
HExcel.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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: [email protected]
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