summaryrefslogtreecommitdiffstats
path: root/evolution.cabal
diff options
context:
space:
mode:
authorRay Hogenson <rhogenson@posteo.net>2019-09-07 16:36:01 -0700
committerRay Hogenson <rhogenson@posteo.net>2019-09-07 16:36:01 -0700
commit440dd38f24d1df150fb5b4c7965bb6e792c929fe (patch)
tree4d9da56e839f85949dbde1f3b3b0413f3f52b753 /evolution.cabal
downloadevolution-440dd38f24d1df150fb5b4c7965bb6e792c929fe.tar.zst
Write a little guyHEADmain
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.
Diffstat (limited to 'evolution.cabal')
-rw-r--r--evolution.cabal26
1 files changed, 26 insertions, 0 deletions
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