From 1fb03871015eed0bfb7ac1d3b08c1f1558f6ce02 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 21 Oct 2023 19:19:07 +0800 Subject: [PATCH] Add temp git ref to versions to fix CI --- cabal.project | 7 ++++++- cabal.project.release | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index 2a1fda2..fa6ad49 100644 --- a/cabal.project +++ b/cabal.project @@ -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 @@ -24,4 +29,4 @@ package streamly flags: +use-unliftio package * - test-show-details: direct \ No newline at end of file + test-show-details: direct diff --git a/cabal.project.release b/cabal.project.release index b7e3c80..c8c11c4 100644 --- a/cabal.project.release +++ b/cabal.project.release @@ -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