Skip to content

Commit

Permalink
Add bounds for base in hls-stylish-haskell-plugin (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman authored May 4, 2021
1 parent 98fa0fc commit 19e8f53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library
exposed-modules: Ide.Plugin.StylishHaskell
hs-source-dirs: src
build-depends:
, base
, base >=4.12 && <5
, directory
, filepath
, ghc
Expand All @@ -41,5 +41,5 @@ test-suite tests
, base
, bytestring
, hls-stylish-haskell-plugin
, hls-test-utils ^>= 1.0
, hls-test-utils ^>=1.0
, text

0 comments on commit 19e8f53

Please sign in to comment.