質問編集履歴

2

解決に不要な警告メッセージの削除

2021/05/05 12:24

投稿

qoopty
qoopty

スコア15

test CHANGED
File without changes
test CHANGED
@@ -23,18 +23,6 @@
23
23
 
24
24
 
25
25
  ```
26
-
27
- vector > Warning: 'a' is out of scope.
28
-
29
- vector > If you qualify the identifier, haddock can try to link it anyway.
30
-
31
- vector > Warning: 'b' is out of scope.
32
-
33
- vector > If you qualify the identifier, haddock can try to link it anyway.
34
-
35
- vector > Warning: 'fromList' is ambiguous. It is defined
36
-
37
- vector Progress 4/15
38
26
 
39
27
  <stderr>: commitAndReleaseBuffer: invalid argument (invalid character)
40
28
 

1

stack.yaml追加

2021/05/05 12:24

投稿

qoopty
qoopty

スコア15

test CHANGED
File without changes
test CHANGED
@@ -82,6 +82,42 @@
82
82
 
83
83
 
84
84
 
85
+ stack.yaml
86
+
87
+ ```yaml
88
+
89
+ resolver:
90
+
91
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/10.yaml
92
+
93
+
94
+
95
+ # User packages to be built.
96
+
97
+ # Various formats can be used as shown in the example below.
98
+
99
+ #
100
+
101
+ # packages:
102
+
103
+ # - some-directory
104
+
105
+ # - https://example.com/foo/bar/baz-0.0.2.tar.gz
106
+
107
+ # subdirs:
108
+
109
+ # - auto-update
110
+
111
+ # - wai
112
+
113
+ packages:
114
+
115
+ - .
116
+
117
+ ```
118
+
119
+
120
+
85
121
  ### 試したこと
86
122
 
87
123