Skip to content

Commit

Permalink
Use upstream uri-bytestring
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 22, 2025
1 parent c4605a1 commit f4734c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions cabal.project.common
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f4734c0

Please sign in to comment.