質問編集履歴
1
体裁の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,11 +14,12 @@
|
|
14
14
|
|
15
15
|
-- While building package PM004-0.1.0.0 (scroll up to its section to see the error) using:
|
16
16
|
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
|
17
|
-
Process exited with code: ExitFailure 1
|
17
|
+
Process exited with code: ExitFailure 1
|
18
|
+
```
|
18
19
|
|
19
20
|
### 該当のソースコード
|
20
21
|
|
21
|
-
```
|
22
|
+
```
|
22
23
|
#package.yaml
|
23
24
|
|
24
25
|
name: PM004
|
@@ -100,7 +101,6 @@
|
|
100
101
|
when:
|
101
102
|
- condition: false
|
102
103
|
other-modules: Paths_PM004
|
103
|
-
|
104
104
|
```
|
105
105
|
|
106
106
|
### 試したこと
|