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 inferencing maintainer: Justin Bedo license: MIT license-file: LICENSE build-type: Simple executable cluster main-is: cluster.hs other-modules: Paths_phylogenies hs-source-dirs: bin ghc-options: -rtsopts build-depends: base >=4.9 && <5 , containers , ghc-compact , log-domain , optparse-applicative , ppl , random , streaming , terminal-progress-bar 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 , containers , optparse-applicative , split default-language: Haskell2010