Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use implicit-hie-0.1.2.0 #528

Merged
merged 2 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ package ghcide

write-ghc-environment-files: never

index-state: 2020-10-16T04:00:00Z
index-state: 2020-10-16T03:50:06Z

allow-newer: data-tree-print:base

-- To ensure the build get the version with the fix for #498
-- Remove when the constraint is included upstream
constraints: implicit-hie >= 0.1.2.0
fendor marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion stack-8.10.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extra-deps:
- semigroups-0.18.5
- temporary-1.2.1.1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0
- hie-bios-0.7.1

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extra-deps:
- semigroups-0.18.5
- temporary-1.2.1.1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0
- hie-bios-0.7.1

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extra-deps:
- type-equality-1
- topograph-1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0

flags:
haskell-language-server:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extra-deps:
- type-equality-1
- topograph-1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0

flags:
haskell-language-server:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extra-deps:
- temporary-1.2.1.1
- these-1.1.1.1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0
- hie-bios-0.7.1

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extra-deps:
- stylish-haskell-0.12.2.0
- temporary-1.2.1.1
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0
- hie-bios-0.7.1

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extra-deps:
- temporary-1.2.1.1
- ghc-exactprint-0.6.3.2
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.1.0
- implicit-hie-0.1.2.0

flags:
haskell-language-server:
Expand Down