Add ByteString support

Fixes #5.
This commit is contained in:
rightfold
2017-01-07 15:30:31 +01:00
parent 53d1c6630a
commit ada69d008a
3 changed files with 18 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"purescript-either": "^2.0.0",
"purescript-maybe": "^2.0.1",
"purescript-foldable-traversable": "^2.0.0",
"purescript-newtype": "^1.1.0"
"purescript-newtype": "^1.1.0",
"purescript-bytestrings": "^0.0.3"
},
"repository": {
"type": "git",