forked from Gabriella439/pipes-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 954 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "deps/pipes"]
path = deps/pipes
url = https://github.com/Gabriel439/Haskell-Pipes-Library.git
branch = master
[submodule "deps/pipes-parse"]
path = deps/pipes-parse
url = https://github.com/Gabriel439/Haskell-Pipes-Parse-Library.git
branch = master
[submodule "deps/pipes-safe"]
path = deps/pipes-safe
url = https://github.com/Gabriel439/Haskell-Pipes-Safe-Library.git
branch = master
[submodule "deps/pipes-concurrency"]
path = deps/pipes-concurrency
url = https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library.git
branch = master
[submodule "deps/pipes-network"]
path = deps/pipes-network
url = https://github.com/k0001/pipes-network.git
branch = master
[submodule "deps/pipes-vector"]
path = deps/pipes-vector
url = https://github.com/bgamari/pipes-vector.git
branch = master
[submodule "deps/pipes-attoparsec"]
path = deps/pipes-attoparsec
url = https://github.com/k0001/pipes-attoparsec.git
branch = master