-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitmodules
102 lines (102 loc) · 3.27 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
94
95
96
97
98
99
100
101
102
[submodule "boot/array"]
path = boot/array
url = https://github.com/ghc/packages-array.git
[submodule "boot/deepseq"]
path = boot/deepseq
url = https://github.com/ghc/packages-deepseq.git
[submodule "boot/pretty"]
path = boot/pretty
url = https://github.com/ghc/packages-pretty.git
[submodule "boot/containers"]
path = boot/containers
url = https://github.com/ghc/packages-containers.git
[submodule "ghcjs/ghcjs-base"]
path = ghcjs/ghcjs-base
url = https://github.com/ghcjs/ghcjs-base.git
[submodule "boot/directory"]
path = boot/directory
url = http://git.haskell.org/packages/directory.git/
[submodule "boot/unix"]
path = boot/unix
url = https://github.com/ghc/packages-unix.git
[submodule "boot/Win32"]
path = boot/Win32
url = https://github.com/ghc/packages-Win32.git
[submodule "boot/time"]
path = boot/time
url = https://github.com/ghc/packages-time.git
[submodule "boot/process"]
path = boot/process
url = https://github.com/ghc/packages-process.git
[submodule "boot/bytestring"]
path = boot/bytestring
url = https://github.com/haskell/bytestring.git
[submodule "boot/dlist"]
path = boot/dlist
url = https://github.com/spl/dlist.git
[submodule "boot/mtl"]
path = boot/mtl
url = https://github.com/ekmett/mtl.git
[submodule "boot/filepath"]
path = boot/filepath
url = http://git.haskell.org/packages/filepath.git
[submodule "boot/old-locale"]
path = boot/old-locale
url = http://git.haskell.org/packages/old-locale.git
[submodule "boot/primitive"]
path = boot/primitive
url = https://github.com/haskell/primitive
[submodule "boot/scientific"]
path = boot/scientific
url = https://github.com/basvandijk/scientific.git
[submodule "boot/syb"]
path = boot/syb
url = https://github.com/dreixel/syb.git
[submodule "boot/unordered-containers"]
path = boot/unordered-containers
url = https://github.com/tibbe/unordered-containers.git
[submodule "boot/vector"]
path = boot/vector
url = https://github.com/haskell/vector.git
[submodule "boot/attoparsec"]
path = boot/attoparsec
url = https://github.com/bos/attoparsec
[submodule "boot/aeson"]
path = boot/aeson
url = https://github.com/bos/aeson.git
[submodule "boot/old-time"]
path = boot/old-time
url = https://git.haskell.org/packages/old-time.git
[submodule "boot/random"]
path = boot/random
url = http://git.haskell.org/packages/random.git
[submodule "boot/text"]
path = boot/text
url = https://github.com/bos/text
[submodule "boot/cabal"]
path = boot/cabal
url = https://github.com/haskell/cabal.git
[submodule "boot/hashable"]
path = boot/hashable
url = https://github.com/tibbe/hashable.git
[submodule "boot/extensible-exceptions"]
path = boot/extensible-exceptions
url = http://git.haskell.org/packages/extensible-exceptions.git
[submodule "boot/transformers"]
path = boot/transformers
url = http://git.haskell.org/darcs-mirrors/transformers.git
[submodule "boot/async"]
path = boot/async
url = https://github.com/simonmar/async.git
[submodule "boot/parallel"]
path = boot/parallel
url = http://git.haskell.org/packages/parallel.git
[submodule "boot/stm"]
path = boot/stm
url = http://git.haskell.org/packages/stm.git
[submodule "boot/case-insensitive"]
path = boot/case-insensitive
url = https://github.com/basvandijk/case-insensitive.git
[submodule "boot/binary"]
path = boot/binary
url = https://github.com/kolmodin/binary.git