Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 55a82ee

Browse files
committed
Fix cabal build for GHC 8.8.3
1 parent 6c8e847 commit 55a82ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ library
104104
, unliftio
105105
, hlint >= 2.2.11
106106
if impl(ghc >= 8.6)
107-
build-depends: ormolu >= 0.0.3.1
107+
build-depends: ormolu == 0.0.3.*
108108

109109
ghc-options: -Wall -Wredundant-constraints
110110
if flag(pedantic)

0 commit comments

Comments
 (0)