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

Commit ba8ee55

Browse files
committed
Avoid unliftio-core >= 0.2
1 parent 2c279e3 commit ba8ee55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cabal.project

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ package haskell-ide-engine
1616

1717
-- Match the flag settings we use in stac builds
1818
constraints:
19-
haskell-ide-engine +pedantic
19+
-- to avoid temporary a breaking change: https://github.com/haskell/haskell-ide-engine/issues/1680
20+
unliftio-core < 0.2.0.0,
21+
haskell-ide-engine +pedantic,
2022
hie-plugin-api +pedantic
2123

2224
write-ghc-environment-files: never

cabal.project-8.8.2

+3-1
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)