Skip to content

Commit

Permalink
Merge pull request #528 from jneira/implicit-hie
Browse files Browse the repository at this point in the history
Use implicit-hie-0.1.2.0 to get the fix for #498
  • Loading branch information
jneira committed Oct 22, 2020
2 parents f766476 + fff0e91 commit 559c384
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
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
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

0 comments on commit 559c384

Please sign in to comment.