aboutsummaryrefslogtreecommitdiffstats
path: root/alluvial.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-04 12:22:07 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-04 12:22:07 +0100
commit1336dba0a2fa2971c494d48cdd702f30c1cca527 (patch)
treeb7497145a1ebe7e79c5e8a6a9109ed6a7b174000 /alluvial.cabal
downloadalluvial-hs-1336dba0a2fa2971c494d48cdd702f30c1cca527.tar.gz
alluvial-hs-1336dba0a2fa2971c494d48cdd702f30c1cca527.zip
Add initial files
Diffstat (limited to 'alluvial.cabal')
-rw-r--r--alluvial.cabal23
1 files changed, 23 insertions, 0 deletions
diff --git a/alluvial.cabal b/alluvial.cabal
new file mode 100644
index 0000000..f3d492e
--- /dev/null
+++ b/alluvial.cabal
@@ -0,0 +1,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