From af425841a63ee73603cc09510d95a36e646ddafd Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 19 Apr 2018 11:45:46 +0200 Subject: Build with stack --- math.cabal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 math.cabal (limited to 'math.cabal') diff --git a/math.cabal b/math.cabal new file mode 100644 index 0000000..9cf7d1a --- /dev/null +++ b/math.cabal @@ -0,0 +1,16 @@ +name: math +version: 0.1.0 +cabal-version: >= 1.10 +build-type: Simple +license: MIT +author: Tom Smeding +maintainer: tom.smeding@gmail.com + +executable math + hs-source-dirs: . + main-is: Main.hs + default-language: Haskell2010 + ghc-options: -Wall -O2 + build-depends: base >= 4 && < 5, + containers, readline, deepseq + other-modules: AST, Debug, Parser, PrettyPrint, Simplify, Utility -- cgit v1.2.3-54-g00ecf