From df877ba44bd4e22fd1de041f4fffff1d1ce80eaa Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 11 Nov 2024 13:30:58 +0800 Subject: [PATCH] Please 'cabal check' --- file-io.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/file-io.cabal b/file-io.cabal index 9589ed1..12d2002 100644 --- a/file-io.cabal +++ b/file-io.cabal @@ -11,7 +11,7 @@ author: Julian Ospald maintainer: hasufell@posteo.de copyright: Julian Ospald 2022 category: System -extra-source-files: +extra-doc-files: CHANGELOG.md tested-with: GHC==9.8.1, GHC==9.4.8, @@ -38,13 +38,13 @@ library else hs-source-dirs: posix - build-depends: unix >=2.8.0.0 + build-depends: unix >=2.8.0.0 && <3 hs-source-dirs: . build-depends: , base >=4.13.0.0 && <5 - , bytestring >=0.11.3.0 - , deepseq + , bytestring >=0.11.3.0 && <1 + , deepseq >=1 && <2 if flag(os-string) build-depends: filepath >= 1.5.0.0, os-string >= 2.0.0