diff options
Diffstat (limited to 'ftilde.cabal')
-rw-r--r-- | ftilde.cabal | 4 |
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: . |