Skip to content

Commit ebcdbc3

Browse files
jneiradrsooch
authored andcommitted
Use dependent-sum from hackage (haskell#2412)
* Use dependent-sum from hackage * Update index in all project files
1 parent d6a2904 commit ebcdbc3

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
@@ -34,23 +34,9 @@ package *
3434
ghc-options: -haddock
3535
test-show-details: direct
3636

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

53-
index-state: 2021-11-23T21:12:30Z
39+
index-state: 2021-11-29T08:11:07Z
5440

5541
constraints:
5642
-- 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
@@ -35,7 +35,7 @@ package *
3535

3636
write-ghc-environment-files: never
3737

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

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

cabal.project

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

4040
write-ghc-environment-files: never
4141

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

4444
constraints:
4545
hyphenation +embed

0 commit comments

Comments
 (0)