diff options
author | Justin Bedo <cu@cua0.org> | 2022-12-16 10:57:55 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-16 09:02:49 +1100 |
commit | a09d5c9d9f7097dd4baf4e9611e488ee1d12ca2f (patch) | |
tree | 5fbabdaa8fbc3929dddacf2ddc19eded9a0c692d /phylogenies.cabal |
init
Diffstat (limited to 'phylogenies.cabal')
-rw-r--r-- | phylogenies.cabal | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phylogenies.cabal b/phylogenies.cabal new file mode 100644 index 0000000..15db8d9 --- /dev/null +++ b/phylogenies.cabal @@ -0,0 +1,28 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.34.7. +-- +-- see: https://github.com/sol/hpack + +name: phylogenies +version: 0.0.1 +synopsis: phylogeny playground +maintainer: Justin Bedo <cu@cua0.org> +license: MIT +build-type: Simple + +executable phylogenies + main-is: cluster.hs + other-modules: + Paths_phylogenies + hs-source-dirs: + bin + ghc-options: -rtsopts + build-depends: + base >=4.9 && <5 + , containers + , log-domain + , ppl + , random + , vector + default-language: Haskell2010 |