Skip to content

Commit

Permalink
Bump minBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Feb 18, 2021
1 parent f659e7f commit 943876a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions haskell-language-server.cabal
Expand Up @@ -67,9 +67,9 @@ library
, ghcide >=0.7.5
, gitrev
, lsp
, hls-plugin-api >=0.7
, hie-bios
, hiedb
, hls-plugin-api >=0.7.1
, hslogger
, optparse-applicative
, optparse-simple
Expand Down Expand Up @@ -187,37 +187,37 @@ common example-plugins

common class
if flag(class) || flag(all-plugins)
build-depends: hls-class-plugin
build-depends: hls-class-plugin >=0.1.0.2
cpp-options: -Dclass

common haddockComments
if flag(haddockComments) || flag(all-plugins)
build-depends: hls-haddock-comments-plugin
build-depends: hls-haddock-comments-plugin >=0.1.1.1
cpp-options: -DhaddockComments

common eval
if flag(eval) || flag(all-plugins)
build-depends: hls-eval-plugin
build-depends: hls-eval-plugin >=0.2.0.1
cpp-options: -Deval

common importLens
if flag(importLens) || flag(all-plugins)
build-depends: hls-explicit-imports-plugin
build-depends: hls-explicit-imports-plugin >=0.1.0.2
cpp-options: -DimportLens

common retrie
if flag(retrie) || flag(all-plugins)
build-depends: hls-retrie-plugin
build-depends: hls-retrie-plugin >=0.1.1.1
cpp-options: -Dretrie

common tactic
if flag(tactic) || flag(all-plugins)
build-depends: hls-tactics-plugin
build-depends: hls-tactics-plugin >=0.5.1.1
cpp-options: -Dtactic

common hlint
if flag(hlint) || flag(all-plugins)
build-depends: hls-hlint-plugin
build-depends: hls-hlint-plugin >=0.2.0.1
cpp-options: -Dhlint

common moduleName
Expand All @@ -235,7 +235,7 @@ common pragmas

common splice
if flag(splice) || flag(all-plugins)
build-depends: hls-splice-plugin
build-depends: hls-splice-plugin >= 0.4.0.1
cpp-options: -Dsplice

-- formatters
Expand Down

0 comments on commit 943876a

Please sign in to comment.