From 1b19c5500506f2486bb80766d8db3bc57b513415 Mon Sep 17 00:00:00 2001 From: Ranjeet Kumar Ranjan Date: Wed, 6 Jul 2022 11:29:46 +0530 Subject: [PATCH] Change the template haskell version range --- streamly-coreutils.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly-coreutils.cabal b/streamly-coreutils.cabal index 0ec10a5..24682ee 100644 --- a/streamly-coreutils.cabal +++ b/streamly-coreutils.cabal @@ -92,7 +92,7 @@ library , unix >= 2.7.0 && < 2.8 , directory >= 1.2.2 && < 1.4 , data-default-class >= 0.1 && < 0.2 - , template-haskell >= 2.15.0 && < 2.19.0 + , template-haskell >= 2.13.0 && < 2.19.0 hs-source-dirs: src exposed-modules: Streamly.Coreutils