aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'phylogenies.cabal')
-rw-r--r--phylogenies.cabal13
1 files changed, 12 insertions, 1 deletions
diff --git a/phylogenies.cabal b/phylogenies.cabal
index 22d5728..f2c776f 100644
--- a/phylogenies.cabal
+++ b/phylogenies.cabal
@@ -12,7 +12,7 @@ license: MIT
license-file: LICENSE
build-type: Simple
-executable phylogenies
+executable cluster
main-is: cluster.hs
other-modules:
Paths_phylogenies
@@ -28,3 +28,14 @@ executable phylogenies
, ppl
, random
default-language: Haskell2010
+
+executable draw
+ main-is: draw.hs
+ other-modules:
+ Paths_phylogenies
+ hs-source-dirs:
+ bin
+ ghc-options: -rtsopts
+ build-depends:
+ base >=4.9 && <5
+ default-language: Haskell2010