From 439be15622ec383c5f7c193951fc9b215d74870e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Dec 2023 21:39:18 +0800 Subject: [PATCH] Relax filepath upper bound --- benchmark/streamly-benchmarks.cabal | 2 +- core/streamly-core.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/streamly-benchmarks.cabal b/benchmark/streamly-benchmarks.cabal index 6d7eb6717a..748db0d8ee 100644 --- a/benchmark/streamly-benchmarks.cabal +++ b/benchmark/streamly-benchmarks.cabal @@ -188,7 +188,7 @@ common bench-depends , unordered-containers >= 0.2 && < 0.3 , process >= 1.4 && < 1.7 , directory >= 1.2.2 && < 1.4 - , filepath >= 1.4.1 && < 1.5 + , filepath >= 1.4.1 && < 1.6 , ghc-prim >= 0.4 && < 0.12 , tasty-bench >= 0.3 && < 0.4 , tasty >= 1.4.1 && < 1.6 diff --git a/core/streamly-core.cabal b/core/streamly-core.cabal index 36e6ddea2a..8023e42c96 100644 --- a/core/streamly-core.cabal +++ b/core/streamly-core.cabal @@ -502,7 +502,7 @@ library , base >= 4.12 && < 4.20 , exceptions >= 0.8.0 && < 0.11 , transformers >= 0.5.5 && < 0.7 - , filepath >= 1.4.2 && < 1.5 + , filepath >= 1.4.2 && < 1.6 -- streamly-unicode-core , template-haskell >= 2.14 && < 2.22