Skip to content

Commit

Permalink
Add cirru-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 20, 2021
1 parent decfeac commit bf813bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,15 @@
"repo": "https://github.com/icyrockcom/purescript-cheerio.git",
"version": "v0.2.3"
},
"cirru-parser": {
"dependencies": [
"arrays",
"maybe",
"prelude"
],
"repo": "https://github.com/Cirru/parser.purs.git",
"version": "v0.0.3"
},
"clipboardy": {
"dependencies": [
"aff",
Expand Down
10 changes: 10 additions & 0 deletions src/groups/cirru.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ cirru-parser =
{ dependencies =
[ "arrays"
, "maybe"
, "prelude"
]
, repo = "https://github.com/Cirru/parser.purs.git"
, version = "v0.0.3"
}
}
1 change: 1 addition & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let packages =
./groups/cdepillabout.dhall
./groups/chekoopa.dhall
./groups/citizennet.dhall
./groups/cirru.dhall
./groups/collegevine.dhall
./groups/cprussin.dhall
./groups/csicar.dhall
Expand Down

0 comments on commit bf813bc

Please sign in to comment.