Skip to content
New issue

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

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

Already on GitHub? # to your account

Simplify and Bump implicit-hie version constraints #645

Merged
merged 1 commit into from
Dec 3, 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
7 changes: 1 addition & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ package ghcide

write-ghc-environment-files: never

index-state: 2020-11-12T03:53:09Z
index-state: 2020-12-03T03:58:05Z

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-cradle >= 0.3.0.0
4 changes: 2 additions & 2 deletions stack-8.10.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ extra-deps:
- hie-bios-0.7.1
- 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-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
Expand Down
4 changes: 2 additions & 2 deletions stack-8.10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ extra-deps:
- data-tree-print-0.1.0.2
- floskell-0.10.4
- fourmolu-0.3.0.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
Expand Down
4 changes: 2 additions & 2 deletions stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ extra-deps:
- hlint-3.2
- 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-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
Expand Down
4 changes: 2 additions & 2 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ extra-deps:
- hlint-3.2
- 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-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
Expand Down
4 changes: 2 additions & 2 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ extra-deps:
- HsYAML-0.2.1.0@rev:1
- 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-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.4.2
Expand Down
4 changes: 2 additions & 2 deletions stack-8.8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ extra-deps:
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.2
- 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
4 changes: 2 additions & 2 deletions stack-8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ extra-deps:
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.0
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.2
- 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
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ extra-deps:
- hlint-3.2
- 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-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- indexed-profunctors-0.1
- lens-4.18
- lsp-test-0.11.0.6
Expand Down