Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Create specific project file for ghc-8.10. #106

Merged
merged 1 commit into from
May 11, 2020
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: 1 addition & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ source-repository-package
tag: fb3859dca2e54d1bbb2c873e68ed225fa179fbef

tests: true
documentation: false
-- documentation: true
documentation: true

package haskell-language-server
test-show-details: direct
Expand All @@ -29,5 +28,3 @@ package ghcide
write-ghc-environment-files: never

index-state: 2020-05-05T17:33:00Z

allow-newer: cabal-plan:base,floskell:base,floskell:ghc-prim,tasty-rerun:base
32 changes: 32 additions & 0 deletions cabal.project-8.10.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
packages:
./
ghcide

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

source-repository-package
type: git
location: https://github.com/mpickering/hie-bios.git
tag: 501cc337691cc9da45ff12db46d8b3af9a2a0eda

source-repository-package
type: git
location: https://github.com/wz1000/shake
tag: fb3859dca2e54d1bbb2c873e68ed225fa179fbef

tests: true
documentation: false

package haskell-language-server
test-show-details: direct
package ghcide
test-show-details: direct

write-ghc-environment-files: never

index-state: 2020-05-05T17:33:00Z

allow-newer: cabal-plan:base,floskell:base,floskell:ghc-prim,tasty-rerun:base