Skip to content

Commit 1fc9a54

Browse files
authored
Fix cabal.project syntax
Extra : after a package name removed.
1 parent 69622e7 commit 1fc9a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You have two options to mitigate this:
6464
```yaml
6565
extra-include-dirs: /path/to/sdl2/include
6666
extra-lib-dirs: /path/to/sdl2/lib
67-
package sdl2:
67+
package sdl2
6868
flags: -pkgconfig
6969
```
7070
* `stack.yaml`:

0 commit comments

Comments
 (0)