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.

31 lines
821B

  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. -- other-modules:
  20. -- other-extensions:
  21. build-depends: base >=4.13 && <4.14
  22. , random
  23. , turtle
  24. , brick
  25. , process
  26. hs-source-dirs: src
  27. default-language: Haskell2010
  28. extra-libraries: ncurses