Skip to content

Commit

Permalink
Use strings
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Aug 26, 2015
1 parent 0b73dbe commit 204c679
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"url": "git://github.com/purescript-contrib/purescript-parsing.git"
},
"dependencies": {
"purescript-transformers": "^0.7.1",
"purescript-arrays": "^0.4.0",
"purescript-either": "^0.2.0",
"purescript-foldable-traversable": "^0.4.0",
"purescript-identity": "^0.4.0",
"purescript-lists": "^0.7.0",
"purescript-maybe": "^0.3.0",
"purescript-arrays": "^0.4.0",
"purescript-foldable-traversable": "^0.4.0",
"purescript-lists": "^0.7.0"
"purescript-strings": "~0.7.0",
"purescript-transformers": "^0.7.1"
},
"devDependencies": {
"purescript-console": "^0.1.0",
Expand Down

0 comments on commit 204c679

Please sign in to comment.