Skip to content

Commit

Permalink
Add temp git ref to versions to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Oct 21, 2023
1 parent 1981a12 commit 1fb0387
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ package ghcup
constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

source-repository-package
type: git
location: https://github.com/fosskers/versions.git
tag: 7bc3355348aac3510771d4622aff09ac38c9924d

package libarchive
flags: -system-libarchive

Expand All @@ -24,4 +29,4 @@ package streamly
flags: +use-unliftio

package *
test-show-details: direct
test-show-details: direct
5 changes: 5 additions & 0 deletions cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ optional-packages: ./vendored/*/*.cabal

optimization: 2

source-repository-package
type: git
location: https://github.com/fosskers/versions.git
tag: 7bc3355348aac3510771d4622aff09ac38c9924d

if os(linux)
package ghcup
flags: +tui
Expand Down

0 comments on commit 1fb0387

Please sign in to comment.