Skip to content

Commit e147410

Browse files
committed
Merge branch 'uri-bytestring'
2 parents c4605a1 + 9885467 commit e147410

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

cabal.project.common

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ if os(mingw32)
2525
if impl(ghc >= 9.4)
2626
constraints: language-c >= 0.9.3
2727

28-
29-
source-repository-package
30-
type: git
31-
location: https://github.com/hasufell/uri-bytestring.git
32-
tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001
33-
3428
package libarchive
3529
flags: -system-libarchive
3630

cabal.project.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

ghcup.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ common app-common-depends
119119
, text ^>=2.0 || ^>=2.1
120120
, time >=1.9.3 && <1.15
121121
, unordered-containers ^>=0.2
122-
, uri-bytestring ^>=0.3.2.2
122+
, uri-bytestring ^>=0.4.0.0
123123
, utf8-string ^>=1.0
124124
, vector >=0.12 && <0.14
125125
, versions >=6.0.5 && <6.1
@@ -251,7 +251,7 @@ library
251251
, transformers ^>=0.5 || ^>=0.6
252252
, unliftio-core ^>=0.2.0.1
253253
, unordered-containers ^>=0.2.10.0
254-
, uri-bytestring ^>=0.3.2.2
254+
, uri-bytestring ^>=0.4.0.0
255255
, utf8-string ^>=1.0
256256
, vector >=0.12 && <0.14
257257
, versions >=6.0.5 && <6.1
@@ -494,7 +494,7 @@ test-suite ghcup-test
494494
, quickcheck-arbitrary-adt ^>=0.3.1.0
495495
, text ^>=2.0 || ^>=2.1
496496
, time >=1.9.3 && <1.15
497-
, uri-bytestring ^>=0.3.2.2
497+
, uri-bytestring ^>=0.4.0.0
498498
, versions >=6.0.5 && <6.1
499499

500500
if os(windows)

stack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ extra-deps:
1313
- variant-1.0@sha256:a3c819560424f59285a09f3ebd762f3a328163d109b5da55c4c54b6626f58c97,2180
1414
- xz-5.6.3
1515
- zlib-0.6.3.0@sha256:96d388c95a98d6db94b74053130c00aea3c8c8ee041b5594bbe09242f1714356,5465
16+
- uri-bytestring-0.4.0.0
1617
- xz-clib-5.6.3
17-
- github: hasufell/uri-bytestring
18-
commit: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001
1918

2019
allow-newer: true
2120

0 commit comments

Comments
 (0)