Skip to content

Commit

Permalink
Delete repeated base bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Dec 23, 2023
1 parent 816a47a commit df9e553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test-suite tests
other-modules: DummyServer
build-depends:
, aeson
, base >=4.10 && <5
, base
, containers
, data-default
, directory
Expand Down
2 changes: 1 addition & 1 deletion lsp-types/lsp-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ executable generator
main-is: Main.hs
other-modules: CodeGen
build-depends:
, base >=4.11 && <5
, base
, containers
, directory
, filepath
Expand Down

0 comments on commit df9e553

Please sign in to comment.