File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ package haskell-ide-engine
16
16
17
17
-- Match the flag settings we use in stac builds
18
18
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,
20
22
hie-plugin-api +pedantic
21
23
22
24
write-ghc-environment-files : never
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ package haskell-ide-engine
24
24
25
25
-- Match the flag settings we use in stac builds
26
26
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,
28
30
hie-plugin-api +pedantic
29
31
30
32
write-ghc-environment-files: never
You can’t perform that action at this time.
0 commit comments