From 440dd38f24d1df150fb5b4c7965bb6e792c929fe Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sat, 7 Sep 2019 16:36:01 -0700 Subject: Write a little guy This program is in a weird state right now, but I'm checking it in to git so that I can back it up, since I want to reinstall again. --- evolution.cabal | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 evolution.cabal (limited to 'evolution.cabal') diff --git a/evolution.cabal b/evolution.cabal new file mode 100644 index 0000000..6856079 --- /dev/null +++ b/evolution.cabal @@ -0,0 +1,26 @@ +cabal-version: >=1.10 +-- Initial package description 'evolution.cabal' generated by 'cabal init'. +-- For further documentation, see http://haskell.org/cabal/users-guide/ + +name: evolution +version: 0.1.0.0 +-- synopsis: +-- description: +-- bug-reports: +-- license: +license-file: LICENSE +author: Ray Hogenson +maintainer: rhogenson@posteo.net +-- copyright: +-- category: +build-type: Simple +extra-source-files: CHANGELOG.md + +executable evolution + main-is: Main.hs + other-modules: BrainFuck Par Evolve RandomState EditDistance + -- other-extensions: + build-depends: base >=4.12 && <4.13, containers>=0.6, parallel>=3.2, random, mtl + -- hs-source-dirs: + default-language: Haskell2010 + ghc-options: -Wall -Werror -threaded -with-rtsopts=-N -- cgit v1.3.1