diff options
author | Tom Smeding <tom@tomsmeding.com> | 2021-06-27 18:34:35 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2021-06-27 18:34:35 +0200 |
commit | d4abcc3b2dfefbbcb7cd4a182eec64f1da42d951 (patch) | |
tree | 1ab301617043ac6df228ef617afa22633a01a671 /ftilde.cabal | |
parent | 0fefe4822c65bde81ec4c0da1b5b32a9b411ca79 (diff) |
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: . |