diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 20:06:38 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 20:06:38 +0100 |
commit | 258bb41798b72b5dec92c70535e9404e223d6cdc (patch) | |
tree | 0792af80eea893b60b253a871a044858ab2bc8e4 /tomato.cabal | |
parent | e74f42c80e2c5278236055a88d80b621c1459dac (diff) | |
download | tomato-hs-258bb41798b72b5dec92c70535e9404e223d6cdc.tar.gz tomato-hs-258bb41798b72b5dec92c70535e9404e223d6cdc.zip |
Upgraded GHC to 9.2.2
Diffstat (limited to 'tomato.cabal')
-rw-r--r-- | tomato.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tomato.cabal b/tomato.cabal index 0c3e83e..a00ea09 100644 --- a/tomato.cabal +++ b/tomato.cabal @@ -18,7 +18,7 @@ extra-source-files: executable tomato main-is: Main.hs build-depends: - base ^>=4.14.3.0 + base ^>=4.14.0.0 || ^>=4.16.0.0 , directory ^>=1.3.6.2 , time ^>=1.11.1.1 hs-source-dirs: app |