-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
93 lines (93 loc) · 3.88 KB
/
.gitmodules
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[submodule "refs/cabal"]
path = refs/cabal
url = https://github.com/ghcjs/cabal.git
[submodule "refs/ghc-packages/libraries/array"]
path = refs/ghc-packages/libraries/array
url = https://github.com/ghc/packages-array.git
[submodule "refs/ghc-packages/libffi-tarballs"]
path = refs/ghc-packages/libffi-tarballs
url = https://github.com/ghc/libffi-tarballs.git
[submodule "refs/ghc-packages/libraries/base"]
path = refs/ghc-packages/libraries/base
url = https://github.com/ghc/packages-base.git
[submodule "refs/ghc-packages/libraries/deepseq"]
path = refs/ghc-packages/libraries/deepseq
url = https://github.com/ghc/packages-deepseq.git
[submodule "refs/ghc-packages/libraries/directory"]
path = refs/ghc-packages/libraries/directory
url = https://github.com/ghc/packages-directory.git
[submodule "refs/ghc-packages/libraries/dph"]
path = refs/ghc-packages/libraries/dph
url = https://github.com/ghc/packages-dph.git
[submodule "refs/ghc-packages/libraries/filepath"]
path = refs/ghc-packages/libraries/filepath
url = https://github.com/ghc/packages-filepath.git
[submodule "refs/ghc-packages/libraries/ghc-prim"]
path = refs/ghc-packages/libraries/ghc-prim
url = https://github.com/ghc/packages-ghc-prim.git
[submodule "refs/ghc-packages/libraries/haskell98"]
path = refs/ghc-packages/libraries/haskell98
url = https://github.com/ghc/packages-haskell98.git
[submodule "refs/ghc-packages/libraries/haskell2010"]
path = refs/ghc-packages/libraries/haskell2010
url = https://github.com/ghc/packages-haskell2010.git
[submodule "refs/ghc-packages/libraries/hoopl"]
path = refs/ghc-packages/libraries/hoopl
url = https://github.com/ghc/packages-hoopl.git
[submodule "refs/ghc-packages/libraries/hpc"]
path = refs/ghc-packages/libraries/hpc
url = https://github.com/ghc/packages-hpc.git
[submodule "refs/ghc-packages/libraries/integer-gmp"]
path = refs/ghc-packages/libraries/integer-gmp
url = https://github.com/ghc/packages-integer-gmp.git
[submodule "refs/ghc-packages/libraries/integer-simple"]
path = refs/ghc-packages/libraries/integer-simple
url = https://github.com/ghc/packages-integer-simple.git
[submodule "refs/ghc-packages/libraries/old-locale"]
path = refs/ghc-packages/libraries/old-locale
url = https://github.com/ghc/packages-old-locale.git
[submodule "refs/ghc-packages/libraries/old-time"]
path = refs/ghc-packages/libraries/old-time
url = https://github.com/ghc/packages-old-time.git
[submodule "refs/ghc-packages/libraries/process"]
path = refs/ghc-packages/libraries/process
url = https://github.com/ghc/packages-process.git
[submodule "refs/ghc-packages/libraries/template-haskell"]
path = refs/ghc-packages/libraries/template-haskell
url = https://github.com/ghc/packages-template-haskell.git
[submodule "refs/ghc-packages/libraries/unix"]
path = refs/ghc-packages/libraries/unix
url = https://github.com/ghc/packages-unix.git
[submodule "refs/ghc-packages/utils/haddock"]
path = refs/ghc-packages/utils/haddock
url = https://github.com/ghc/haddock.git
[submodule "refs/ghc-packages/utils/hsc2hs"]
path = refs/ghc-packages/utils/hsc2hs
url = https://github.com/ghc/hsc2hs.git
[submodule "refs/ghc-source"]
path = refs/ghc-source
url = https://github.com/ghc/ghc
[submodule "refs/ghcjs"]
path = refs/ghcjs
url = https://github.com/ghcjs/ghcjs
[submodule "refs/ghcjs-dom"]
path = refs/ghcjs-dom
url = https://github.com/ghcjs/ghcjs-dom
[submodule "refs/ghcjs-examples"]
path = refs/ghcjs-examples
url = https://github.com/ghcjs/ghcjs-examples
[submodule "refs/ghcjs-jquery"]
path = refs/ghcjs-jquery
url = https://github.com/ghcjs/ghcjs-jquery
[submodule "refs/shims"]
path = refs/shims
url = https://github.com/ghcjs/shims
[submodule "refs/ghcjs-boot"]
path = refs/ghcjs-boot
url = https://github.com/ghcjs/ghcjs-boot.git
[submodule "refs/happy"]
path = refs/happy
url = https://github.com/simonmar/happy.git
[submodule "refs/alex"]
path = refs/alex
url = https://github.com/simonmar/alex.git