summaryrefslogtreecommitdiffstats
path: root/q.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'q.cabal')
-rw-r--r--q.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/q.cabal b/q.cabal
new file mode 100644
index 0000000..9d7f0fa
--- /dev/null
+++ b/q.cabal
@@ -0,0 +1,11 @@
+Author: tv
+Build-Type: Simple
+Cabal-Version: >= 1.2
+License: MIT
+Name: q
+Version: 1.0.0
+
+Executable q
+ Build-Depends: base, blessings, dimensional, megaparsec, memoize, text
+ GHC-Options: -Wall -O3 -threaded -rtsopts
+ Main-Is: test2.hs