summaryrefslogtreecommitdiff
path: root/strata/ghc.morph
blob: e9906b725cb47b94c8a337b4637c5350c4819132 (plain)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: ghc
kind: stratum
build-depends:
- morph: strata/core.morph
chunks:
- repo: http://git.haskell.org/ghc
  ref: 847d229346431483b99adcff12e46c7bf6af15da
  name: stage1-ghc
  morph: strata/ghc/stage1-ghc.morph
  build-mode: "bootstrap"
  submodules:
    libraries/binary:
      url: http://git.haskell.org/packages/binary.git
    libraries/bytestring:
      url: http://git.haskell.org/packages/bytestring.git
    libraries/Cabal:
      url: http://git.haskell.org/packages/Cabal.git
    libraries/containers:
      url: http://git.haskell.org/packages/containers.git
    libraries/haskeline:
      url: http://git.haskell.org/packages/haskeline.git
    libraries/pretty:
      url: http://git.haskell.org/packages/pretty.git
    libraries/terminfo:
      url: http://git.haskell.org/packages/terminfo.git
    libraries/transformers:
      url: http://git.haskell.org/packages/transformers.git
    libraries/xhtml:
      url: http://git.haskell.org/packages/xhtml.git
    libraries/Win32:
      url: http://git.haskell.org/packages/Win32.git
    libraries/primitive:
      url: http://git.haskell.org/packages/primitive.git
    libraries/vector:
      url: http://git.haskell.org/packages/vector.git
    libraries/time:
      url: http://git.haskell.org/packages/time.git
    libraries/random:
      url: http://git.haskell.org/packages/random.git
    libraries/array:
      url: http://git.haskell.org/packages/array.git
    libraries/deepseq:
      url: http://git.haskell.org/packages/deepseq.git
    libraries/directory:
      url: http://git.haskell.org/packages/directory.git
    libraries/filepath:
      url: http://git.haskell.org/packages/filepath.git
    libraries/hoopl:
      url: http://git.haskell.org/packages/hoopl.git
    libraries/hpc:
      url: http://git.haskell.org/packages/hpc.git
    libraries/process:
      url: http://git.haskell.org/packages/process.git
    libraries/unix:
      url: http://git.haskell.org/packages/unix.git
    libraries/parallel:
      url: http://git.haskell.org/packages/parallel.git
    libraries/stm:
      url: http://git.haskell.org/packages/stm.git
    libraries/dph:
      url: http://git.haskell.org/packages/dph.git
    utils/haddock:
      url: http://git.haskell.org/haddock.git
    nofib:
      url: http://git.haskell.org/nofib.git
    utils/hsc2hs:
      url: http://git.haskell.org/hsc2hs.git
    libffi-tarballs:
      url: http://git.haskell.org/libffi-tarballs.git  
    .arc-linters/arcanist-external-json-linter:
      url: http://git.haskell.org/arcanist-external-json-linter.git
- name: ghc
  repo: http://git.haskell.org/ghc 
  ref: 847d229346431483b99adcff12e46c7bf6af15da
  name: ghc
  morph: strata/ghc/ghc.morph
  build-depends:
  - stage1-ghc
  submodules:
    libraries/binary:
      url: http://git.haskell.org/packages/binary.git
    libraries/bytestring:
      url: http://git.haskell.org/packages/bytestring.git
    libraries/Cabal:
      url: http://git.haskell.org/packages/Cabal.git
    libraries/containers:
      url: http://git.haskell.org/packages/containers.git
    libraries/haskeline:
      url: http://git.haskell.org/packages/haskeline.git
    libraries/pretty:
      url: http://git.haskell.org/packages/pretty.git
    libraries/terminfo:
      url: http://git.haskell.org/packages/terminfo.git
    libraries/transformers:
      url: http://git.haskell.org/packages/transformers.git
    libraries/xhtml:
      url: http://git.haskell.org/packages/xhtml.git
    libraries/Win32:
      url: http://git.haskell.org/packages/Win32.git
    libraries/primitive:
      url: http://git.haskell.org/packages/primitive.git
    libraries/vector:
      url: http://git.haskell.org/packages/vector.git
    libraries/time:
      url: http://git.haskell.org/packages/time.git
    libraries/random:
      url: http://git.haskell.org/packages/random.git
    libraries/array:
      url: http://git.haskell.org/packages/array.git
    libraries/deepseq:
      url: http://git.haskell.org/packages/deepseq.git
    libraries/directory:
      url: http://git.haskell.org/packages/directory.git
    libraries/filepath:
      url: http://git.haskell.org/packages/filepath.git
    libraries/hoopl:
      url: http://git.haskell.org/packages/hoopl.git
    libraries/hpc:
      url: http://git.haskell.org/packages/hpc.git
    libraries/process:
      url: http://git.haskell.org/packages/process.git
    libraries/unix:
      url: http://git.haskell.org/packages/unix.git
    libraries/parallel:
      url: http://git.haskell.org/packages/parallel.git
    libraries/stm:
      url: http://git.haskell.org/packages/stm.git
    libraries/dph:
      url: http://git.haskell.org/packages/dph.git
    utils/haddock:
      url: http://git.haskell.org/haddock.git
    nofib:
      url: http://git.haskell.org/nofib.git
    utils/hsc2hs:
      url: http://git.haskell.org/hsc2hs.git
    libffi-tarballs:
      url: http://git.haskell.org/libffi-tarballs.git
    .arc-linters/arcanist-external-json-linter:
      url: http://git.haskell.org/arcanist-external-json-linter.git