Skip to content

Commit 6ddefac

Browse files
authored
Merge pull request #83 from haskell/ghc-8.10
Get building with ghc-8.10
2 parents fd2f833 + 700e55e commit 6ddefac

6 files changed

+20
-18
lines changed

cabal.project

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ packages:
55
source-repository-package
66
type: git
77
location: https://github.com/DanielG/cabal-helper.git
8-
tag: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
8+
tag: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
99

1010
source-repository-package
1111
type: git
12-
location: https://github.com/fendor/hie-bios.git
13-
tag: 89d28817716a1c8df7e191f3a43c4504bc6379eb
12+
location: https://github.com/mpickering/hie-bios.git
13+
tag: f0abff9c855ea7e6624617df669825f3f62f723b
1414

1515
source-repository-package
1616
type: git
@@ -29,3 +29,5 @@ package ghcide
2929
write-ghc-environment-files: never
3030

3131
index-state: 2020-05-05T17:33:00Z
32+
33+
allow-newer: cabal-plan:base,floskell:base,floskell:ghc-prim,tasty-rerun:base

stack-8.6.4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extra-deps:
1010
- bytestring-trie-0.2.5.0
1111
# - cabal-helper-1.0.0.0
1212
- github: DanielG/cabal-helper
13-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
13+
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
1414
- cabal-plan-0.5.0.0
1515
- constrained-dynamic-0.1.0.0
1616
# - ghcide-0.1.0
@@ -27,8 +27,8 @@ extra-deps:
2727
- haskell-lsp-types-0.22.0.0
2828
- haskell-src-exts-1.21.1
2929
# - hie-bios-0.4.0
30-
- github: fendor/hie-bios
31-
commit: 89d28817716a1c8df7e191f3a43c4504bc6379eb
30+
- github: mpickering/hie-bios
31+
commit: f0abff9c855ea7e6624617df669825f3f62f723b
3232
- hlint-2.2.8
3333
- hoogle-5.0.17.11
3434
- hsimport-0.11.0

stack-8.6.5.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra-deps:
99
- base-compat-0.11.0
1010
# - cabal-helper-1.0.0.0
1111
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12+
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
1313
- cabal-plan-0.6.2.0
1414
- clock-0.7.2
1515
- floskell-0.10.2
@@ -23,8 +23,8 @@ extra-deps:
2323
- haskell-lsp-0.22.0.0
2424
- haskell-lsp-types-0.22.0.0
2525
# - hie-bios-0.4.0
26-
- github: fendor/hie-bios
27-
commit: 89d28817716a1c8df7e191f3a43c4504bc6379eb
26+
- github: mpickering/hie-bios
27+
commit: f0abff9c855ea7e6624617df669825f3f62f723b
2828
- indexed-profunctors-0.1
2929
- lsp-test-0.10.3.0
3030
- monad-dijkstra-0.1.1.2

stack-8.8.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra-deps:
99
- bytestring-trie-0.2.5.0
1010
# - cabal-helper-1.0.0.0
1111
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12+
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
1313
- clock-0.7.2
1414
- constrained-dynamic-0.1.0.0
1515
- floskell-0.10.2
@@ -22,8 +22,8 @@ extra-deps:
2222
- haskell-lsp-types-0.22.0.0
2323
- haskell-src-exts-1.21.1
2424
# - hie-bios-0.4.0
25-
- github: fendor/hie-bios
26-
commit: 89d28817716a1c8df7e191f3a43c4504bc6379eb
25+
- github: mpickering/hie-bios
26+
commit: f0abff9c855ea7e6624617df669825f3f62f723b
2727
- hlint-2.2.8
2828
- hoogle-5.0.17.11
2929
- hsimport-0.11.0

stack-8.8.3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra-deps:
99
- bytestring-trie-0.2.5.0
1010
# - cabal-helper-1.0.0.0
1111
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12+
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
1313
- clock-0.7.2
1414
- constrained-dynamic-0.1.0.0
1515
- floskell-0.10.2
@@ -22,8 +22,8 @@ extra-deps:
2222
- haskell-lsp-types-0.22.0.0
2323
- haskell-src-exts-1.21.1
2424
# - hie-bios-0.4.0
25-
- github: fendor/hie-bios
26-
commit: 89d28817716a1c8df7e191f3a43c4504bc6379eb
25+
- github: mpickering/hie-bios
26+
commit: f0abff9c855ea7e6624617df669825f3f62f723b
2727
- hlint-2.2.8
2828
- hoogle-5.0.17.11
2929
- hsimport-0.11.0

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra-deps:
99
- base-compat-0.11.0
1010
# - cabal-helper-1.0.0.0
1111
- github: DanielG/cabal-helper
12-
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
12+
commit: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
1313
- cabal-plan-0.6.2.0
1414
- clock-0.7.2
1515
- floskell-0.10.2
@@ -22,8 +22,8 @@ extra-deps:
2222
- haskell-lsp-0.22.0.0
2323
- haskell-lsp-types-0.22.0.0
2424
# - hie-bios-0.4.0
25-
- github: fendor/hie-bios
26-
commit: 89d28817716a1c8df7e191f3a43c4504bc6379eb
25+
- github: mpickering/hie-bios
26+
commit: f0abff9c855ea7e6624617df669825f3f62f723b
2727
- indexed-profunctors-0.1
2828
- lsp-test-0.10.3.0
2929
- monad-dijkstra-0.1.1.2

0 commit comments

Comments
 (0)