diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-11 07:52:23 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-11 07:52:23 +0100 |
commit | 8df7d731f198e238a31ed1aa039a96ac3321e3ea (patch) | |
tree | dbd4678e7260a757a59ee7ede8abe3bfc6aa409f /tomato.cabal | |
parent | 6f40c2130a1e66a9f5214bc84a6a31935e4cad7c (diff) | |
download | tomato-hs-8df7d731f198e238a31ed1aa039a96ac3321e3ea.tar.gz tomato-hs-8df7d731f198e238a31ed1aa039a96ac3321e3ea.zip |
Remove pin on depenencies
Diffstat (limited to 'tomato.cabal')
-rw-r--r-- | tomato.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tomato.cabal b/tomato.cabal index 506848b..c3a0cf8 100644 --- a/tomato.cabal +++ b/tomato.cabal @@ -18,8 +18,8 @@ extra-source-files: executable tomato main-is: Main.hs build-depends: - base ^>=4.14.0.0 || ^>=4.16.0.0 - , directory ^>=1.3.6.2 - , time ^>=1.11.1.1 + base + , directory + , time hs-source-dirs: app default-language: Haskell2010 |