aboutsummaryrefslogtreecommitdiff
path: root/ftilde.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-06-27 18:34:35 +0200
committerTom Smeding <tom@tomsmeding.com>2021-06-27 18:34:35 +0200
commitd4abcc3b2dfefbbcb7cd4a182eec64f1da42d951 (patch)
tree1ab301617043ac6df228ef617afa22633a01a671 /ftilde.cabal
parent0fefe4822c65bde81ec4c0da1b5b32a9b411ca79 (diff)
Diffstat (limited to 'ftilde.cabal')
-rw-r--r--ftilde.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftilde.cabal b/ftilde.cabal
index 1432547..04a5a2a 100644
--- a/ftilde.cabal
+++ b/ftilde.cabal
@@ -12,14 +12,18 @@ executable ftilde
other-modules:
AST
AD
+ Count
+ Eval
Examples
Gradient
Language
+ Pretty
Repl
Simplify
Sink
build-depends:
base >= 4.13 && < 4.15,
+ prettyprinter >= 1.7.0 && < 1.8,
vector,
some
hs-source-dirs: .