Skip to content

Commit 2e0c04a

Browse files
committed
Add explanation for package.yaml
1 parent 3979d4b commit 2e0c04a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,8 @@ main = do
11451145
print $ c_max 10 100
11461146
~~~
11471147

1148-
The package's `package.yaml` file (simplied) might look like this:
1148+
The package's `package.yaml` file (simplied), used to create the package's
1149+
Cabal file, might look like this:
11491150
~~~yaml
11501151
spec-version: 0.36.0
11511152

0 commit comments

Comments
 (0)