From 7a9eb097454d4f4b18bc10f5f46fe03a21e258ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolai=20R=C3=B8ed=20Kristiansen?= Date: Thu, 8 Aug 2024 09:53:11 +0200 Subject: [PATCH] Allow building with newest GHC --- nixfmt.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixfmt.cabal b/nixfmt.cabal index 33095527..57073e6f 100644 --- a/nixfmt.cabal +++ b/nixfmt.cabal @@ -30,7 +30,7 @@ executable nixfmt other-extensions: DeriveDataTypeable hs-source-dirs: main build-depends: - base >= 4.12.0 && < 4.19 + base >= 4.12.0 && < 4.21 , bytestring , cmdargs >= 0.10.20 && < 0.11 , file-embed @@ -77,7 +77,7 @@ library hs-source-dirs: src build-depends: - base >= 4.12.0 && < 4.19 + base >= 4.12.0 && < 4.21 , megaparsec >= 9.0.1 && < 9.6 , mtl , parser-combinators >= 1.0.3 && < 1.4