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

Commit fc74c11

Browse files
committed
Avoid unlift-core-0.2.0.0
1 parent b0434a9 commit fc74c11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cabal.project-8.8.3

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ package haskell-ide-engine
2424

2525
-- Match the flag settings we use in stac builds
2626
constraints:
27-
haskell-ide-engine +pedantic
27+
-- to avoid temporary a breaking change: https://github.com/haskell/haskell-ide-engine/issues/1680
28+
unliftio-core < 0.2.0.0,
29+
haskell-ide-engine +pedantic,
2830
hie-plugin-api +pedantic
2931

3032
write-ghc-environment-files: never

0 commit comments

Comments
 (0)