質問編集履歴

1

体裁の修正

2021/05/22 02:29

投稿

qoopty
qoopty

スコア15

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,9 @@
30
30
 
31
31
  C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_3.0.1.0_ghc-8.8.4.exe --builddir=.stack-work\dist\29cc6475 configure --user --package-db=clear --package-db=global --package-db=C:\sr\snapshots\23e439b0\pkgdb --package-db=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\pkgdb --libdir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\lib --bindir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\bin --datadir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\share --libexecdir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\libexec --sysconfdir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\etc --docdir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\doc\PM004-0.1.0.0 --htmldir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\doc\PM004-0.1.0.0 --haddockdir=C:\prog\haskell\atcoder-typecal90.stack-work\install\b2df1dd5\doc\PM004-0.1.0.0 --dependency=array=array-0.5.4.0 --dependency=base=base-4.13.0.0 --dependency=bytestring=bytestring-0.10.10.0-1oDjheat9vtLuLJ9gGKtZS --dependency=containers=containers-0.6.2.1 --dependency=repa=repa-3.4.1.4-1Ga8Vz9ZNmQ6i1BWnbrxen --dependency=text=text-1.2.4.0-LITQb1QilIY2Y3QDlmm6jW --extra-include-dirs=C:\Users\t_klo\AppData\Local\Programs\stack\x86_64-windows\msys2-20200903\mingw64\include --extra-lib-dirs=C:\Users\t_klo\AppData\Local\Programs\stack\x86_64-windows\msys2-20200903\mingw64\lib --extra-lib-dirs=C:\Users\t_klo\AppData\Local\Programs\stack\x86_64-windows\msys2-20200903\mingw64\bin --exact-configuration --ghc-option=-fhide-source-paths
32
32
 
33
- Process exited with code: ExitFailure 1```
33
+ Process exited with code: ExitFailure 1
34
+
35
+ ```
34
36
 
35
37
 
36
38
 
@@ -38,198 +40,196 @@
38
40
 
39
41
 
40
42
 
43
+ ```
44
+
45
+ #package.yaml
46
+
47
+
48
+
49
+ name: PM004
50
+
51
+ version: 0.1.0.0
52
+
53
+ github: "qoopty/atcoder-typecal90"
54
+
55
+ license: BSD3
56
+
57
+ author: "t.kamimoto"
58
+
59
+ maintainer: "t.klolloo@github.gmail.com"
60
+
61
+ copyright: "2021 t.kamimoto"
62
+
63
+
64
+
65
+ extra-source-files:
66
+
67
+ - README.md
68
+
69
+ - ChangeLog.md
70
+
71
+
72
+
73
+ description: Please see the README on GitHub at <https://github.com/qoopty/typical90#readme>
74
+
75
+ dependencies:
76
+
77
+ - base >= 4.7 && < 5
78
+
79
+ - array == 0.5.4.0
80
+
81
+ #- attoparsec == 0.13.2.3
82
+
83
+ - bytestring == 0.10.10.0
84
+
85
+ - containers == 0.6.2.1
86
+
87
+ #- deepseq == 1.4.4.0
88
+
89
+ #- extra == 1.7.1
90
+
91
+ #- fgl == 5.7.0.2
92
+
93
+ #- hashable == 1.3.0.0
94
+
95
+ #- heaps == 0.3.6.1
96
+
97
+ #- integer-logarithms == 1.0.3
98
+
99
+ #- lens == 4.19.1
100
+
101
+ #- massiv == 0.5.1.0
102
+
103
+ #- mono-traversable == 1.0.15.1
104
+
105
+ #- mtl == 2.2.2
106
+
107
+ #- mutable-containers == 0.3.4
108
+
109
+ #- mwc-random == 0.14.0.0
110
+
111
+ #- parallel == 3.2.2.0
112
+
113
+ #- parsec == 3.1.14.0
114
+
115
+ #- primitive == 0.7.0.1
116
+
117
+ #- psqueues == 0.2.7.2
118
+
119
+ #- QuickCheck == 2.13.2
120
+
121
+ #- random == 1.1
122
+
123
+ #- reflection == 2.1.5
124
+
125
+ - repa == 3.4.1.4
126
+
127
+ #- template-haskell == 2.15.0.0
128
+
129
+ - text == 1.2.4.0
130
+
131
+ #- tf-random == 0.5
132
+
133
+ #- transformers == 0.5.6.2
134
+
135
+ #- unboxing-vector == 0.1.1.0
136
+
137
+ #- unordered-containers == 0.2.10.0
138
+
139
+ #- utility-ht == 0.0.15
140
+
141
+ #- vector == 0.12.1.2
142
+
143
+ #- vector-algorithms == 0.8.0.3
144
+
145
+ #- vector-th-unbox == 0.2.1.7
146
+
147
+
148
+
149
+ #library:
150
+
151
+ # source-dirs: src
152
+
153
+ # when:
154
+
155
+ # - condition: false
156
+
157
+ # other-modules: Paths_PM004
158
+
159
+
160
+
161
+ executables:
162
+
163
+ PM004-exe:
164
+
165
+ main: Main.hs
166
+
167
+ source-dirs: app
168
+
169
+ dependencies:
170
+
171
+ - PM004
172
+
173
+ when:
174
+
175
+ - condition: false
176
+
177
+ other-modules: Paths_PM004
178
+
179
+
180
+
181
+ tests:
182
+
183
+ PM004-test:
184
+
185
+ main: Spec.hs
186
+
187
+ source-dirs: test
188
+
189
+ ghc-options:
190
+
191
+ - -threaded
192
+
193
+ - -rtsopts
194
+
195
+ - -with-rtsopts=-N
196
+
197
+ dependencies:
198
+
199
+ - PM004
200
+
201
+ when:
202
+
203
+ - condition: false
204
+
205
+ other-modules: Paths_PM004
206
+
207
+ ```
208
+
209
+
210
+
211
+ ### 試したこと
212
+
213
+
214
+
215
+ ここに問題に対して試したことを記載してください。
216
+
217
+
218
+
219
+ ### 補足情報(FW/ツールのバージョンなど)
220
+
221
+
222
+
223
+ windows 10
224
+
225
+ C:\prog\haskell\atcoder-typecal90>stack --version
226
+
227
+ Version 2.7.1, Git revision 8afe0c2932716b0441cf4440d6942c59568b6b19 x86_64 hpack-0.34.4
228
+
229
+
230
+
41
231
  ```yaml
42
232
 
43
- #package.yaml
44
-
45
-
46
-
47
- name: PM004
48
-
49
- version: 0.1.0.0
50
-
51
- github: "qoopty/atcoder-typecal90"
52
-
53
- license: BSD3
54
-
55
- author: "t.kamimoto"
56
-
57
- maintainer: "t.klolloo@github.gmail.com"
58
-
59
- copyright: "2021 t.kamimoto"
60
-
61
-
62
-
63
- extra-source-files:
64
-
65
- - README.md
66
-
67
- - ChangeLog.md
68
-
69
-
70
-
71
- description: Please see the README on GitHub at <https://github.com/qoopty/typical90#readme>
72
-
73
- dependencies:
74
-
75
- - base >= 4.7 && < 5
76
-
77
- - array == 0.5.4.0
78
-
79
- #- attoparsec == 0.13.2.3
80
-
81
- - bytestring == 0.10.10.0
82
-
83
- - containers == 0.6.2.1
84
-
85
- #- deepseq == 1.4.4.0
86
-
87
- #- extra == 1.7.1
88
-
89
- #- fgl == 5.7.0.2
90
-
91
- #- hashable == 1.3.0.0
92
-
93
- #- heaps == 0.3.6.1
94
-
95
- #- integer-logarithms == 1.0.3
96
-
97
- #- lens == 4.19.1
98
-
99
- #- massiv == 0.5.1.0
100
-
101
- #- mono-traversable == 1.0.15.1
102
-
103
- #- mtl == 2.2.2
104
-
105
- #- mutable-containers == 0.3.4
106
-
107
- #- mwc-random == 0.14.0.0
108
-
109
- #- parallel == 3.2.2.0
110
-
111
- #- parsec == 3.1.14.0
112
-
113
- #- primitive == 0.7.0.1
114
-
115
- #- psqueues == 0.2.7.2
116
-
117
- #- QuickCheck == 2.13.2
118
-
119
- #- random == 1.1
120
-
121
- #- reflection == 2.1.5
122
-
123
- - repa == 3.4.1.4
124
-
125
- #- template-haskell == 2.15.0.0
126
-
127
- - text == 1.2.4.0
128
-
129
- #- tf-random == 0.5
130
-
131
- #- transformers == 0.5.6.2
132
-
133
- #- unboxing-vector == 0.1.1.0
134
-
135
- #- unordered-containers == 0.2.10.0
136
-
137
- #- utility-ht == 0.0.15
138
-
139
- #- vector == 0.12.1.2
140
-
141
- #- vector-algorithms == 0.8.0.3
142
-
143
- #- vector-th-unbox == 0.2.1.7
144
-
145
-
146
-
147
- #library:
148
-
149
- # source-dirs: src
150
-
151
- # when:
152
-
153
- # - condition: false
154
-
155
- # other-modules: Paths_PM004
156
-
157
-
158
-
159
- executables:
160
-
161
- PM004-exe:
162
-
163
- main: Main.hs
164
-
165
- source-dirs: app
166
-
167
- dependencies:
168
-
169
- - PM004
170
-
171
- when:
172
-
173
- - condition: false
174
-
175
- other-modules: Paths_PM004
176
-
177
-
178
-
179
- tests:
180
-
181
- PM004-test:
182
-
183
- main: Spec.hs
184
-
185
- source-dirs: test
186
-
187
- ghc-options:
188
-
189
- - -threaded
190
-
191
- - -rtsopts
192
-
193
- - -with-rtsopts=-N
194
-
195
- dependencies:
196
-
197
- - PM004
198
-
199
- when:
200
-
201
- - condition: false
202
-
203
- other-modules: Paths_PM004
204
-
205
-
206
-
207
- ```
208
-
209
-
210
-
211
- ### 試したこと
212
-
213
-
214
-
215
- ここに問題に対して試したことを記載してください。
216
-
217
-
218
-
219
- ### 補足情報(FW/ツールのバージョンなど)
220
-
221
-
222
-
223
- windows 10
224
-
225
- C:\prog\haskell\atcoder-typecal90>stack --version
226
-
227
- Version 2.7.1, Git revision 8afe0c2932716b0441cf4440d6942c59568b6b19 x86_64 hpack-0.34.4
228
-
229
-
230
-
231
- ```yaml
232
-
233
233
  #stack.yaml
234
234
 
235
235
  resolver: lts-15.5