Skip to content

Commit

Permalink
Merge pull request #232 from nikolaik/nikolaik/base-depends
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Aug 8, 2024
2 parents 7dfd3f0 + 7a9eb09 commit a707c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixfmt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a707c70

Please sign in to comment.