Skip to content

Commit

Permalink
Fix cabal.project syntax
Browse files Browse the repository at this point in the history
Extra : after a package name removed.
  • Loading branch information
dpwiz committed May 19, 2023
1 parent 69622e7 commit 1fc9a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You have two options to mitigate this:
```yaml
extra-include-dirs: /path/to/sdl2/include
extra-lib-dirs: /path/to/sdl2/lib
package sdl2:
package sdl2
flags: -pkgconfig
```
* `stack.yaml`:
Expand Down

0 comments on commit 1fc9a54

Please sign in to comment.