Skip to content

Commit 54cd823

Browse files
authored
Merge pull request #106 from jneira/project-8.10.1
Create specific project file for ghc-8.10.
2 parents 08dd104 + f37babd commit 54cd823

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

cabal.project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ source-repository-package
1818
tag: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
1919

2020
tests: true
21-
documentation: false
22-
-- documentation: true
21+
documentation: true
2322

2423
package haskell-language-server
2524
test-show-details: direct
@@ -29,5 +28,3 @@ package ghcide
2928
write-ghc-environment-files: never
3029

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

cabal.project-8.10.1

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
packages:
2+
./
3+
ghcide
4+
5+
source-repository-package
6+
type: git
7+
location: https://github.com/DanielG/cabal-helper.git
8+
tag: 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3
9+
10+
source-repository-package
11+
type: git
12+
location: https://github.com/mpickering/hie-bios.git
13+
tag: 501cc337691cc9da45ff12db46d8b3af9a2a0eda
14+
15+
source-repository-package
16+
type: git
17+
location: https://github.com/wz1000/shake
18+
tag: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
19+
20+
tests: true
21+
documentation: false
22+
23+
package haskell-language-server
24+
test-show-details: direct
25+
package ghcide
26+
test-show-details: direct
27+
28+
write-ghc-environment-files: never
29+
30+
index-state: 2020-05-05T17:33:00Z
31+
32+
allow-newer: cabal-plan:base,floskell:base,floskell:ghc-prim,tasty-rerun:base

0 commit comments

Comments
 (0)