From 8df7d731f198e238a31ed1aa039a96ac3321e3ea Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 11 May 2024 07:52:23 +0100 Subject: Remove pin on depenencies --- tomato.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tomato.cabal') 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 -- cgit v1.2.3