Skip to content

Commit 6506991

Browse files
authored
Use dependent-sum from hackage (#2412)
* Use dependent-sum from hackage * Update index in all project files
1 parent f8b612a commit 6506991

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.github/workflows/hackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
"hls-call-hierarchy-plugin",
2929
"haskell-language-server"]
3030
# Uncomment 9.0.1 when ghcide is buildable
31-
ghc: [ # "9.0.1",
31+
ghc: [ "9.0.1",
3232
"8.10.7",
3333
"8.8.4",
3434
"8.6.5"]

cabal-ghc901.project

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,9 @@ package *
3333
ghc-options: -haddock
3434
test-show-details: direct
3535

36-
source-repository-package
37-
type: git
38-
location: https://github.com/mokus0/th-extras
39-
tag: 0d050b24ec5ef37c825b6f28ebd46787191e2a2d
40-
-- https://github.com/mokus0/th-extras/issues/10
41-
42-
43-
source-repository-package
44-
type: git
45-
location: https://github.com/fendor/dependent-sum
46-
tag: 5de03c38b0de4945f4e9bce1b026110e69dc8118
47-
subdir: dependent-sum-template
48-
-- https://github.com/obsidiansystems/dependent-sum/pull/59
49-
5036
write-ghc-environment-files: never
5137

52-
index-state: 2021-11-23T21:12:30Z
38+
index-state: 2021-11-29T08:11:07Z
5339

5440
constraints:
5541
-- These plugins don't work on GHC9 yet

cabal-ghc921.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ package *
3434

3535
write-ghc-environment-files: never
3636

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

3939
constraints:
4040
-- These plugins doesn't work on GHC92 yet

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ package *
3838

3939
write-ghc-environment-files: never
4040

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

4343
constraints:
4444
hyphenation +embed

0 commit comments

Comments
 (0)