aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
blob: be88d4ed761d03a62dfba8096c80b4a396ea5383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 <cu@cua0.org>
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