Add cabal support (#8)

* Add cabal support

* Remove nanovg commit reference (use Hackage version). Remove freeze file

Co-authored-by: Francisco Vallarino <fjvallarino@gmail.com>
This commit is contained in:
Julian Ospald 2021-08-22 20:18:04 +02:00 committed by GitHub
parent 3a9971d923
commit 65eeaa1003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
.stack-work/
.vscode/
haddock/
dist-newstyle/
dist-docs.*/
*~
*.aux
@ -8,4 +9,4 @@ dist-docs.*/
*.prof
*.ps
*.ser
cabal.project*
cabal.project.local*

5
cabal.project Normal file
View File

@ -0,0 +1,5 @@
packages:
./
package nanovg
flags: +stb_truetype