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 #88

Closed
wants to merge 4 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
9 changes: 7 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ source-repository-package

source-repository-package
type: git
location: https://github.com/mpickering/hie-bios.git
tag: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
location: https://github.com/Avi-D-coder/hie-bios.git
tag: 63e6e56ecfd726829f0b3fdc626de3796feaa05a

source-repository-package
type: git
location: https://github.com/Avi-D-coder/implicit-hie.git
tag: 2de791efafb25e020061f9cb808dda0bfb3755ae

source-repository-package
type: git
Expand Down
6 changes: 4 additions & 2 deletions stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ extra-deps:
- haskell-lsp-types-0.22.0.0
- haskell-src-exts-1.21.1
# - hie-bios-0.4.0
- github: mpickering/hie-bios
commit: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
- github: Avi-D-coder/hie-bios
commit: 6d95e0343a35b44f6aa7600af46b0c3d48ffd3da
- github: Avi-D-coder/implicit-hie
commit: a71069c2baf6fb0a3fd3298ad59bd7d79afebe49
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
Expand Down
6 changes: 4 additions & 2 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ extra-deps:
- haskell-lsp-0.22.0.0
- haskell-lsp-types-0.22.0.0
# - hie-bios-0.4.0
- github: mpickering/hie-bios
commit: f0abff9c855ea7e6624617df669825f3f62f723b
- github: Avi-D-coder/hie-bios
commit: 6d95e0343a35b44f6aa7600af46b0c3d48ffd3da
- github: Avi-D-coder/implicit-hie
commit: a71069c2baf6fb0a3fd3298ad59bd7d79afebe49
- indexed-profunctors-0.1
- lsp-test-0.10.3.0
- monad-dijkstra-0.1.1.2
Expand Down
6 changes: 4 additions & 2 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ extra-deps:
- haskell-lsp-types-0.22.0.0
- haskell-src-exts-1.21.1
# - hie-bios-0.4.0
- github: mpickering/hie-bios
commit: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
- github: Avi-D-coder/hie-bios
commit: 6d95e0343a35b44f6aa7600af46b0c3d48ffd3da
- github: Avi-D-coder/implicit-hie
commit: a71069c2baf6fb0a3fd3298ad59bd7d79afebe49
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
Expand Down
6 changes: 4 additions & 2 deletions stack-8.8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ extra-deps:
- haskell-lsp-types-0.22.0.0
- haskell-src-exts-1.21.1
# - hie-bios-0.4.0
- github: mpickering/hie-bios
commit: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
- github: Avi-D-coder/hie-bios
commit: 6d95e0343a35b44f6aa7600af46b0c3d48ffd3da
- github: Avi-D-coder/implicit-hie
commit: a71069c2baf6fb0a3fd3298ad59bd7d79afebe49
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
Expand Down
33 changes: 15 additions & 18 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,43 @@
resolver: lts-14.22
resolver: lts-15.10

packages:
- .
- ./ghcide/

extra-deps:
- ansi-terminal-0.10.2
- base-compat-0.11.0
- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.2
- fuzzy-0.1.0.0
# - ghcide-0.1.0
- ghc-check-0.1.0.3
- ghc-lib-parser-8.10.1.20200412
- ghc-lib-parser-ex-8.10.0.4
- haddock-library-1.8.0
- haskell-lsp-0.22.0.0
- haskell-lsp-types-0.22.0.0
- haskell-src-exts-1.21.1
# - hie-bios-0.4.0
- github: mpickering/hie-bios
commit: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
- indexed-profunctors-0.1
- github: Avi-D-coder/hie-bios
commit: 6d95e0343a35b44f6aa7600af46b0c3d48ffd3da
- github: Avi-D-coder/implicit-hie
commit: a71069c2baf6fb0a3fd3298ad59bd7d79afebe49
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- lsp-test-0.10.3.0
- monad-dijkstra-0.1.1.2
- opentelemetry-0.3.0
- optics-core-0.2
- optparse-applicative-0.15.1.0
- opentelemetry-0.3.2
- ormolu-0.0.5.0
- parser-combinators-1.2.1
- regex-base-0.94.0.0
- regex-pcre-builtin-0.95.1.1.8.43
- regex-tdfa-1.3.1.0
- semialign-1.1
- semigroups-0.18.5
- github: wz1000/shake
commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
- tasty-rerun-1.1.17
- temporary-1.2.1.1
- topograph-1

flags:
haskell-language-server:
Expand Down