diff options
Diffstat (limited to 'phylogenies.cabal')
-rw-r--r-- | phylogenies.cabal | 4 |
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 |