Skip to content
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
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ packages:
./
ghcide

source-repository-package
type: git
location: https://github.com/DanielG/cabal-helper.git
tag: a18bbb2af92e9b4337e7f930cb80754f2408bcfd

tests: true

package haskell-language-server
Expand Down
4 changes: 3 additions & 1 deletion stack-8.6.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ extra-deps:
- brittany-0.12.1.0
- butcher-1.3.2.1
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
- cabal-plan-0.5.0.0
- constrained-dynamic-0.1.0.0
# - ghcide-0.1.0
Expand Down
4 changes: 3 additions & 1 deletion stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ packages:
extra-deps:
- ansi-terminal-0.10.2
- base-compat-0.11.0
- cabal-helper-1.0.0.0
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
- cabal-plan-0.6.2.0
- clock-0.7.2
- floskell-0.10.2
Expand Down
11 changes: 4 additions & 7 deletions stack-8.8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2020-01-25
resolver: lts-15.2

packages:
- .
Expand All @@ -7,25 +7,22 @@ packages:
extra-deps:
- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
- cabal-helper-1.0.0.0
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.2
- fuzzy-0.1.0.0
# - ghcide-0.1.0
- ghc-lib-parser-ex-8.8.2
- haddock-library-1.8.0
- haskell-lsp-0.20.0.0
- haskell-lsp-types-0.20.0.0
- haskell-src-exts-1.21.1
- hie-bios-0.4.0
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- lsp-test-0.10.1.0
- monad-dijkstra-0.1.1.2
- ormolu-0.0.3.1
- semigroups-0.18.5
- temporary-1.2.1.1

Expand Down
4 changes: 3 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ packages:
extra-deps:
- ansi-terminal-0.10.2
- base-compat-0.11.0
- cabal-helper-1.0.0.0
# - cabal-helper-1.0.0.0
- github: DanielG/cabal-helper
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
- cabal-plan-0.6.2.0
- clock-0.7.2
- floskell-0.10.2
Expand Down