forked from imalsogreg/CBaaS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
43 lines (42 loc) · 1.53 KB
/
.gitmodules
File metadata and controls
43 lines (42 loc) · 1.53 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[submodule "deps/servant-snap"]
path = deps/servant-snap
url = http://github.com/haskell-servant/servant-snap
[submodule "deps/servant"]
path = deps/servant
url = http://github.com/haskell-servant/servant
[submodule "deps/snaplet-postgresql-simple"]
path = deps/snaplet-postgresql-simple
url = http://github.com/mightybyte/snaplet-postgresql-simple
[submodule "deps/websockets-snap"]
path = deps/websockets-snap
url = https://github.com/imalsogreg/websockets-snap
[submodule "deps/groundhog"]
path = deps/groundhog
url = http://github.com/imalsogreg/groundhog
[submodule "deps/snap"]
path = deps/snap
url = http://github.com/snapframework/snap
[submodule "deps/yaml-ghcjs"]
path = deps/yaml-ghcjs
url = https://github.com/imalsogreg/yaml-ghcjs
[submodule "deps/groundhog-ghcjs"]
path = deps/groundhog-ghcjs
url = https://github.com/imalsogreg/groundhog-ghcjs
[submodule "deps/snap-loader-static"]
path = deps/snap-loader-static
url = https://github.com/snapframework/snap-loader-static
[submodule "deps/snap-loader-dynamic"]
path = deps/snap-loader-dynamic
url = https://github.com/snapframework/snap-loader-dynamic
[submodule "deps/reflex-platform"]
path = deps/reflex-platform
url = https://github.com/reflex-frp/reflex-platform
[submodule "deps/http-api-data"]
path = deps/http-api-data
url = https://github.com/fizruk/http-api-data
[submodule "deps/glob"]
path = deps/glob
url = https://github.com/Deewiant/glob
[submodule "deps/reflex-dom-semui"]
path = deps/reflex-dom-semui
url = https://github.com/reflex-frp/reflex-dom-semui