aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
blob: 15db8d94858d8798c0a217d53d6e35c8ed9a2537 (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
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