aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-01-16 11:57:58 +1100
committerJustin Bedo <cu@cua0.org>2023-01-17 09:23:20 +1100
commitddf49e4cce3978368cc08e015e5d1492a5b7c93f (patch)
tree5480746407af678e9694100b51b75a9807e56f74 /phylogenies.cabal
parente65843243bb0c131b040db0fd437dc22e924316f (diff)
basic README and license
Diffstat (limited to 'phylogenies.cabal')
-rw-r--r--phylogenies.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/phylogenies.cabal b/phylogenies.cabal
index e8cea10..3702eaa 100644
--- a/phylogenies.cabal
+++ b/phylogenies.cabal
@@ -6,9 +6,10 @@ cabal-version: 1.12
name: phylogenies
version: 0.0.1
-synopsis: phylogeny playground
+synopsis: phylogeny inferencing
maintainer: Justin Bedo <cu@cua0.org>
license: MIT
+license-file: LICENSE
build-type: Simple
executable phylogenies
@@ -25,5 +26,4 @@ executable phylogenies
, optparse-applicative
, ppl
, random
- , vector
default-language: Haskell2010