Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Update implicit-hie #905

Merged
merged 1 commit into from
Nov 12, 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
3 changes: 2 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ allow-newer:

-- To ensure the build get the version with the fix for
-- https://github.com/Avi-D-coder/implicit-hie/issues/17
constraints: implicit-hie >= 0.1.2.0
constraints: implicit-hie >= 0.1.2.3
constraints: implicit-hie-cradle >= 0.3.0.0
2 changes: 1 addition & 1 deletion ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
ghc-paths,
cryptohash-sha1 >=0.11.100 && <0.12,
hie-bios >= 0.7.1 && < 0.8.0,
implicit-hie-cradle >= 0.2.0.1 && < 0.3,
implicit-hie-cradle >= 0.2.0.1 && < 0.4,
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should remove the upper bound? If we are no gonna change the api frequently, maybe it would be handy

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The API will change if hie-bios's changes, I am more conformable with a upper bound.

base16-bytestring >=0.1.1 && <0.2
if os(windows)
build-depends:
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ extra-deps:
- haskell-lsp-types-0.22.0.0
- lsp-test-0.11.0.6
- hie-bios-0.7.1@rev:2
- implicit-hie-0.1.2.0
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.0
- fuzzy-0.1.0.0
- regex-pcre-builtin-0.95.1.1.8.43
- regex-base-0.94.0.0
Expand Down
4 changes: 2 additions & 2 deletions stack810.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ extra-deps:
- dual-tree-0.2.2.1
- force-layout-0.4.0.6
- statestack-0.3
- implicit-hie-0.1.2.0
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.0

nix:
packages: [zlib]
Expand Down
4 changes: 2 additions & 2 deletions stack8101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ extra-deps:
- dual-tree-0.2.2.1
- force-layout-0.4.0.6
- statestack-0.3
- implicit-hie-0.1.2.0
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.0

nix:
packages: [zlib]
Expand Down
4 changes: 2 additions & 2 deletions stack88.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ extra-deps:
- ghc-check-0.5.0.1
- hie-bios-0.7.1
- extra-1.7.2
- implicit-hie-0.1.2.0
- implicit-hie-cradle-0.2.0.1
- implicit-hie-0.1.2.3
- implicit-hie-cradle-0.3.0.0

nix:
packages: [zlib]
Expand Down