Add Curry as a private dependency

This will only be used in tests/playgrounds, so no need to expose it
publicly as a dependency.
This commit is contained in:
Gordon Fontenot
2015-07-15 16:32:12 -04:00
committed by Tony DiPasquale
parent 7820adb889
commit 95bcb87327
4 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "Carthage/Checkouts/Runes"]
path = Carthage/Checkouts/Runes
url = https://github.com/thoughtbot/Runes.git
[submodule "Carthage/Checkouts/Curry"]
path = Carthage/Checkouts/Curry
url = https://github.com/thoughtbot/Curry.git

1
Cartfile.private Normal file
View File

@@ -0,0 +1 @@
github "thoughtbot/Curry"

View File

@@ -1 +1,2 @@
github "thoughtbot/Runes" "674d76eb15eda4bc95fbbd15b3c96a6d15774754"
github "thoughtbot/Curry" "v1.0.0"

1
Carthage/Checkouts/Curry vendored Submodule