From f4734c0cd3c07c47f2e8db7f25ad36414d5eadd6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 22 Jan 2025 13:27:06 +0800 Subject: [PATCH] Use upstream uri-bytestring It's fixed now: https://github.com/Soostone/uri-bytestring/pull/64#issuecomment-2606030276 --- cabal.project.common | 6 ------ ghcup.cabal | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/cabal.project.common b/cabal.project.common index 7ef48936..f02fbbcb 100644 --- a/cabal.project.common +++ b/cabal.project.common @@ -25,12 +25,6 @@ if os(mingw32) if impl(ghc >= 9.4) constraints: language-c >= 0.9.3 - -source-repository-package - type: git - location: https://github.com/hasufell/uri-bytestring.git - tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001 - package libarchive flags: -system-libarchive diff --git a/ghcup.cabal b/ghcup.cabal index c06e0e4e..37b4e7a2 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -119,7 +119,7 @@ common app-common-depends , text ^>=2.0 || ^>=2.1 , time >=1.9.3 && <1.15 , unordered-containers ^>=0.2 - , uri-bytestring ^>=0.3.2.2 + , uri-bytestring ^>=0.4.0.0 , utf8-string ^>=1.0 , vector >=0.12 && <0.14 , versions >=6.0.5 && <6.1 @@ -251,7 +251,7 @@ library , transformers ^>=0.5 || ^>=0.6 , unliftio-core ^>=0.2.0.1 , unordered-containers ^>=0.2.10.0 - , uri-bytestring ^>=0.3.2.2 + , uri-bytestring ^>=0.4.0.0 , utf8-string ^>=1.0 , vector >=0.12 && <0.14 , versions >=6.0.5 && <6.1 @@ -494,7 +494,7 @@ test-suite ghcup-test , quickcheck-arbitrary-adt ^>=0.3.1.0 , text ^>=2.0 || ^>=2.1 , time >=1.9.3 && <1.15 - , uri-bytestring ^>=0.3.2.2 + , uri-bytestring ^>=0.4.0.0 , versions >=6.0.5 && <6.1 if os(windows)