a one dimensional cellular automata, using comonads
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.0KB

  1. cabal-version: >=1.10
  2. -- Initial package description 'cellularAutomata.cabal' generated by 'cabal
  3. -- init'. For further documentation, see
  4. -- http://haskell.org/cabal/users-guide/
  5. name: cellularAutomata
  6. version: 0.1.0.0
  7. -- synopsis:
  8. -- description:
  9. -- bug-reports:
  10. -- license:
  11. license-file: LICENSE
  12. author: Thorn Avery
  13. maintainer: s@p7.co.nz
  14. -- copyright:
  15. -- category:
  16. build-type: Simple
  17. executable cellularAutomata
  18. main-is: Main.hs
  19. ghc-options: -threaded
  20. -O2
  21. -- other-modules:
  22. -- other-extensions:
  23. build-depends: base >=4.13 && <4.14
  24. , random
  25. , turtle
  26. , brick
  27. , process
  28. , containers
  29. , linear
  30. , microlens
  31. , microlens-th
  32. , vty
  33. , deepseq
  34. hs-source-dirs: src
  35. default-language: Haskell2010
  36. extra-libraries: ncurses