Skip to content

Commit ba1ae26

Browse files
committed
wip: add swift-case-paths
1 parent c31a442 commit ba1ae26

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Package.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
12+
.package(url: "https://github.com/errorerrorerror/swift-cascadia", revision: "a13dfd0a3818c8f9368bbd4aeb3c6607f68838bd"),
13+
.package(url: "https://github.com/errorerrorerror/swift-web.git", exact: "0.0.4"),
1214
.package(url: "https://github.com/hummingbird-project/hummingbird.git", exact: "2.5.0"),
15+
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", from: "1.0.0"),
16+
.package(url: "https://github.com/pointfreeco/swift-url-routing.git", from: "0.6.2"),
17+
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.6.2"),
1318
.package(url: "https://github.com/sliemeobn/elementary.git", exact: "0.4.3"),
14-
.package(url: "https://github.com/pointfreeco/swift-url-routing.git", exact: "0.6.2"),
15-
.package(url: "https://github.com/pointfreeco/swift-dependencies.git", exact: "1.6.2"),
16-
.package(url: "https://github.com/swiftlang/swift-markdown.git", revision: "e62a44fd1f2764ba8807db3b6f257627449bbb8c"),
17-
.package(url: "https://github.com/errorerrorerror/swift-cascadia", revision: "a13dfd0a3818c8f9368bbd4aeb3c6607f68838bd"),
18-
.package(url: "https://github.com/errorerrorerror/swift-web.git", exact: "0.0.4")
19+
.package(url: "https://github.com/swiftlang/swift-markdown.git", revision: "e62a44fd1f2764ba8807db3b6f257627449bbb8c")
1920
],
2021
targets: [
2122
.target(
@@ -49,7 +50,8 @@ let package = Package(
4950
.product(name: "Hummingbird", package: "hummingbird"),
5051
.product(name: "HummingbirdRouter", package: "hummingbird"),
5152
.product(name: "URLRouting", package: "swift-url-routing"),
52-
.product(name: "HummingbirdURLRouting", package: "swift-web")
53+
.product(name: "HummingbirdURLRouting", package: "swift-web"),
54+
.product(name: "CasePaths", package: "swift-case-paths")
5355
]
5456
),
5557
.target(

0 commit comments

Comments
 (0)