Fix not
[timetravel.git] / ttdb.cabal
1 name:                ttdb
2 version:             0.1.0.0
3 synopsis:            Time travelling debugger
4 license:             MIT
5 license-file:        LICENSE
6 author:              Luke Lau
7 maintainer:          luke_lau@icloud.com
8 category:            Development
9 build-type:          Simple
10 extra-source-files:  stack.yaml, README.md, *.prog
11 cabal-version:       >=1.10
12
13 executable ttdb
14   main-is:             Main.hs
15   other-modules:       Programs
16                      , AST
17   build-depends:       base >=4.12 && <4.13
18                      , containers >=0.6 && <0.7
19                      , mtl >=2.2 && <2.3
20   default-language:    Haskell2010