Add missing fields in spago.dhall, clean up .gitignore file

This commit is contained in:
Adrian Sieber 2021-03-20 10:54:35 +00:00
parent 7c74f69085
commit ca953643b4
2 changed files with 5 additions and 4 deletions

7
.gitignore vendored
View File

@ -1,5 +1,4 @@
/node_modules/
/output/
/src/.webpack.js
.psc-ide-port
/.spago
/generated-docs
/node_modules
/output

View File

@ -1,5 +1,7 @@
{ name =
"yaml-next"
, license = "MIT"
, repository = "https://github.com/archaeron/purescript-yaml"
, dependencies =
[ "argonaut-codecs"
, "argonaut-core"