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

Update implicit-hie #640

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ package ghcide

write-ghc-environment-files: never

index-state: 2020-11-12T03:53:09Z
index-state: 2020-11-30T20:10:16Z

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.3
constraints: implicit-hie >= 0.1.2.5
constraints: implicit-hie-cradle >= 0.3.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 changes: 1 addition & 1 deletion stack-8.10.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extra-deps:
- hlint-3.2
- HsYAML-aeson-0.2.0.0@rev:2
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
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 @@ -20,7 +20,7 @@ extra-deps:
- floskell-0.10.4
- fourmolu-0.3.0.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
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 @@ -44,7 +44,7 @@ extra-deps:
- HsYAML-0.2.1.0@rev:1
- HsYAML-aeson-0.2.0.0@rev:2
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
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 @@ -43,7 +43,7 @@ extra-deps:
- HsYAML-0.2.1.0@rev:1
- HsYAML-aeson-0.2.0.0@rev:2
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
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 @@ -41,7 +41,7 @@ extra-deps:
- HsYAML-aeson-0.2.0.0@rev:2
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
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 @@ -35,7 +35,7 @@ extra-deps:
- hsimport-0.11.0
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- ormolu-0.1.4.1
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 @@ -33,7 +33,7 @@ extra-deps:
- hsimport-0.11.0
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- refinery-0.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extra-deps:
- HsYAML-0.2.1.0@rev:1
- HsYAML-aeson-0.2.0.0@rev:2
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
Expand Down