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
2 changes: 1 addition & 1 deletion .github/workflows/hackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
"hls-call-hierarchy-plugin",
"haskell-language-server"]
# Uncomment 9.0.1 when ghcide is buildable
ghc: [ # "9.0.1",
ghc: [ "9.0.1",
"8.10.7",
"8.8.4",
"8.6.5"]
Expand Down
16 changes: 1 addition & 15 deletions cabal-ghc901.project
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,9 @@ package *
ghc-options: -haddock
test-show-details: direct

source-repository-package
type: git
location: https://github.com/mokus0/th-extras
tag: 0d050b24ec5ef37c825b6f28ebd46787191e2a2d
-- https://github.com/mokus0/th-extras/issues/10


source-repository-package
type: git
location: https://github.com/fendor/dependent-sum
tag: 5de03c38b0de4945f4e9bce1b026110e69dc8118
subdir: dependent-sum-template
-- https://github.com/obsidiansystems/dependent-sum/pull/59

write-ghc-environment-files: never

index-state: 2021-11-23T21:12:30Z
index-state: 2021-11-29T08:11:07Z

constraints:
-- These plugins don't work on GHC9 yet
Expand Down
2 changes: 1 addition & 1 deletion cabal-ghc921.project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package *

write-ghc-environment-files: never

index-state: 2021-11-23T21:12:30Z
index-state: 2021-11-29T08:11:07Z

constraints:
-- These plugins doesn't work on GHC92 yet
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package *

write-ghc-environment-files: never

index-state: 2021-11-23T21:12:30Z
index-state: 2021-11-29T08:11:07Z

constraints:
hyphenation +embed
Expand Down