aboutsummaryrefslogtreecommitdiffstats
path: root/alluvial.cabal
blob: f3d492e1844648b808ff4a65cff554fb77d15652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cabal-version:       >=1.10

name:                alluvial
version:             0.1.0.0
synopsis:            Generates alluvial diagrams from types.
description:         Library to generate general alluvial diagrams from types, using latex as the backend.
bug-reports:         https://github.com/ymherklotz/alluvial-hs/issues
license:             GPL-3
license-file:        LICENSE
author:              Yann Herklotz
maintainer:          git@yannherklotz.com
copyright:           (c) 2020 Yann Herklotz
-- category:
build-type:          Simple
extra-source-files:  CHANGELOG.md

executable alluvial-hs
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.13 && <4.14
  hs-source-dirs:      src
  default-language:    Haskell2010