Skip to content

Commit 0be0d7b

Browse files
authored
Merge pull request #53 from jneira/cabal-helper-head
Use cabal helper head
2 parents be12826 + 6958b82 commit 0be0d7b

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ packages:
22
./
33
ghcide
44

5+
source-repository-package
6+
type: git
7+
location: https://github.com/DanielG/cabal-helper.git
8+
tag: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
9+
510
tests: true
611

712
package haskell-language-server

stack-8.6.4.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ extra-deps:
88
- brittany-0.12.1.0
99
- butcher-1.3.2.1
1010
- bytestring-trie-0.2.5.0
11-
- cabal-helper-1.0.0.0
11+
# - cabal-helper-1.0.0.0
12+
- github: DanielG/cabal-helper
13+
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1214
- cabal-plan-0.5.0.0
1315
- constrained-dynamic-0.1.0.0
1416
# - ghcide-0.1.0

stack-8.6.5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ packages:
77
extra-deps:
88
- ansi-terminal-0.10.2
99
- base-compat-0.11.0
10-
- cabal-helper-1.0.0.0
10+
# - cabal-helper-1.0.0.0
11+
- github: DanielG/cabal-helper
12+
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1113
- cabal-plan-0.6.2.0
1214
- clock-0.7.2
1315
- floskell-0.10.2

stack-8.8.2.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-01-25
1+
resolver: lts-15.2
22

33
packages:
44
- .
@@ -7,25 +7,22 @@ packages:
77
extra-deps:
88
- apply-refact-0.7.0.0
99
- bytestring-trie-0.2.5.0
10-
- cabal-helper-1.0.0.0
10+
# - cabal-helper-1.0.0.0
11+
- github: DanielG/cabal-helper
12+
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1113
- clock-0.7.2
1214
- constrained-dynamic-0.1.0.0
1315
- floskell-0.10.2
14-
- fuzzy-0.1.0.0
1516
# - ghcide-0.1.0
1617
- ghc-lib-parser-ex-8.8.2
1718
- haddock-library-1.8.0
18-
- haskell-lsp-0.20.0.0
19-
- haskell-lsp-types-0.20.0.0
2019
- haskell-src-exts-1.21.1
2120
- hie-bios-0.4.0
2221
- hlint-2.2.8
2322
- hoogle-5.0.17.11
2423
- hsimport-0.11.0
2524
- ilist-0.3.1.0
26-
- lsp-test-0.10.1.0
2725
- monad-dijkstra-0.1.1.2
28-
- ormolu-0.0.3.1
2926
- semigroups-0.18.5
3027
- temporary-1.2.1.1
3128

stack.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ packages:
77
extra-deps:
88
- ansi-terminal-0.10.2
99
- base-compat-0.11.0
10-
- cabal-helper-1.0.0.0
10+
# - cabal-helper-1.0.0.0
11+
- github: DanielG/cabal-helper
12+
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1113
- cabal-plan-0.6.2.0
1214
- clock-0.7.2
1315
- floskell-0.10.2

0 commit comments

Comments
 (0)