Skip to content

Commit a259670

Browse files
authored
Merge pull request #286 from nikolaik/nikolaik/no-upper
Allow building with newest GHC
2 parents e825e95 + eb50f3b commit a259670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixfmt.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ executable nixfmt
3030
other-extensions: DeriveDataTypeable
3131
hs-source-dirs: main
3232
build-depends:
33-
base >= 4.12.0 && < 4.21
33+
base >= 4.12.0
3434
, bytestring
3535
, cmdargs >= 0.10.20 && < 0.11
3636
, file-embed
@@ -78,7 +78,7 @@ library
7878

7979
hs-source-dirs: src
8080
build-depends:
81-
base >= 4.12.0 && < 4.21
81+
base >= 4.12.0
8282
, megaparsec >= 9.0.1 && < 9.6
8383
, mtl
8484
, parser-combinators >= 1.0.3 && < 1.4

0 commit comments

Comments
 (0)