X-Git-Url: http://git.lukelau.me/?p=timetravel.git;a=blobdiff_plain;f=ttdb.cabal;fp=ttdb.cabal;h=de59cfa42c8b5a653c278786c12206e1dda9d108;hp=0000000000000000000000000000000000000000;hb=00b953eca8f8cdb1e39cf37c14c3705af3fc1afe;hpb=9a09a1be54afb5e15dfea8a8676bd6e1941b37ec diff --git a/ttdb.cabal b/ttdb.cabal new file mode 100644 index 0000000..de59cfa --- /dev/null +++ b/ttdb.cabal @@ -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