summaryrefslogtreecommitdiffstats
path: root/evolution.cabal
diff options
context:
space:
mode:
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