-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.52 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.52 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
[submodule "deps/snap"]
path = deps/snap
url = https://github.com/snapframework/snap
[submodule "deps/servant-snap"]
path = deps/servant-snap
url = https://github.com/haskell-servant/servant-snap
[submodule "deps/snaplet-postgresql-simple"]
path = deps/snaplet-postgresql-simple
url = https://github.com/mightybyte/snaplet-postgresql-simple
[submodule "deps/servant-matlab"]
path = deps/servant-matlab
url = https://github.com/imalsogreg/servant-matlab
[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/yaml-ghcjs"]
path = deps/yaml-ghcjs
url = https://github.com/imalsogreg/yaml-ghcjs
[submodule "deps/groundhog"]
path = deps/groundhog
url = https://github.com/imalsogreg/groundhog
[submodule "deps/reflex-dom"]
path = deps/reflex-dom
url = https://github.com/imalsogreg/reflex-dom
[submodule "deps/reflex-dom-contrib"]
path = deps/reflex-dom-contrib
url = https://github.com/reflex-frp/reflex-dom-contrib
[submodule "deps/reflex"]
path = deps/reflex
url = https://github.com/reflex-frp/reflex
[submodule "deps/clock"]
path = deps/clock
url = https://github.com/corsis/clock
[submodule "deps/reflex-platform"]
path = deps/reflex-platform
url = https://github.com/reflex-frp/reflex-platform
[submodule "deps/servant-reflex"]
path = deps/servant-reflex
url = https://github.com/imalsogreg/servant-reflex