From ea76f79b0b3366ab376b75ec8e7894ee5fccdc55 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 17 Feb 2023 00:10:03 -0800 Subject: [PATCH] Fix build issue due to the outdated 'time' module Reference: https://github.com/haskell/time/issues/145 --- verismith.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verismith.cabal b/verismith.cabal index 6ed048b..7da5ccd 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -101,7 +101,7 @@ library , shelly >=1.8.0 && <1.11 , template-haskell >=2.13.0 && <2.19 , text >=1.2 && <1.3 - , time >= 1.8.0.2 && <1.10 + , time >= 1.12.2 , tomland >=1.3 && <1.4 , transformers >=0.5 && <0.6 , transformers-base >=0.4.5 && <0.5