From 7c9b2ca2bb98140280b364697e20b64cd6d146d8 Mon Sep 17 00:00:00 2001 From: a5ob7r <12132068+a5ob7r@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:28:08 +0900 Subject: [PATCH] Switch to filepath v1.5 --- cabal.project | 2 +- haskellorls.cabal | 3 ++- 2 files changed, 3 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..57170ab 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.5 , Glob , haskell-gettext , hostname @@ -125,6 +125,7 @@ library haskellorls-internal , mtl , natural-sort , optparse-applicative ^>=0.18.1 + , os-string , safe-exceptions , setlocale , terminal-size