Project-ify
[timetravel.git] / ttdb.cabal
diff --git a/ttdb.cabal b/ttdb.cabal
new file mode 100644 (file)
index 0000000..de59cfa
--- /dev/null
@@ -0,0 +1,20 @@
+name:                ttdb
+version:             0.1.0.0
+synopsis:            Time travelling debugger
+license:             MIT
+license-file:        LICENSE
+author:              Luke Lau
+maintainer:          luke_lau@icloud.com
+category:            Development
+build-type:          Simple
+extra-source-files:  stack.yaml, README.md
+cabal-version:       >=1.10
+
+executable ttdb
+  main-is:             Main.hs
+  other-modules:       Programs
+                     , AST
+  build-depends:       base >=4.12 && <4.13
+                     , containers >=0.6 && <0.7
+                     , mtl >=2.2 && <2.3
+  default-language:    Haskell2010