From ea1b64bb6863c30cf4af14e0d8632a59f5749682 Mon Sep 17 00:00:00 2001 From: a5ob7r <12132068+a5ob7r@users.noreply.github.com> Date: Sat, 25 May 2024 10:19:20 +0900 Subject: [PATCH] Relax the filepath constraint to LT v1.5 --- cabal.project | 2 +- haskellorls.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 2a758a8..725cd89 100644 --- a/cabal.project +++ b/cabal.project @@ -2,4 +2,4 @@ packages: ./ ./localeconv -index-state: 2024-02-17T12:14:05Z +index-state: 2024-05-24T23:28:18Z diff --git a/haskellorls.cabal b/haskellorls.cabal index dd155c7..9a125c3 100644 --- a/haskellorls.cabal +++ b/haskellorls.cabal @@ -115,7 +115,7 @@ library haskellorls-internal , directory , env-locale , extra - , filepath >=1.4.100 && <1.4.200 + , filepath >=1.4.100 && <1.5 , Glob , haskell-gettext , hostname