Skip to content

Commit

Permalink
Use dependent-sum from hackage (#2412) (#2413)
Browse files Browse the repository at this point in the history
* Use dependent-sum from hackage

* Update index in all project files

(cherry picked from commit 6506991)

Co-authored-by: Javier Neira <atreyu.bbb@gmail.com>
  • Loading branch information
mergify[bot] and jneira authored Nov 29, 2021
1 parent 745ef26 commit 941da19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
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

0 comments on commit 941da19

Please sign in to comment.