cellularAutomata/cellular-automata.cabal

39 lines
1 KiB
Plaintext
Raw Permalink Normal View History

2021-04-18 13:29:09 +12:00
cabal-version: >=1.10
-- Initial package description 'cellularAutomata.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
2021-10-15 13:06:04 +13:00
name: cellular-automata
2021-04-18 13:29:09 +12:00
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Thorn Avery
maintainer: ta@p7.co.nz
2021-04-18 13:29:09 +12:00
-- copyright:
-- category:
build-type: Simple
executable cellularAutomata
main-is: Main.hs
2021-04-20 14:25:18 +12:00
ghc-options: -threaded
-O2
2021-04-18 13:29:09 +12:00
-- other-modules:
-- other-extensions:
2021-10-15 13:06:04 +13:00
build-depends: base
2021-04-18 13:29:09 +12:00
, random
, turtle
, brick
, process
2021-04-20 14:25:18 +12:00
, containers
, linear
, microlens
, microlens-th
, vty
, deepseq
2021-04-18 13:29:09 +12:00
hs-source-dirs: src
default-language: Haskell2010
extra-libraries: ncurses