Adding -behaviors (#97)

* Add `purescript-behaviors` to packages.json

Previously, it didn't feature, which meant that `purescript-behaviors`
couldn't be used on try.purescript.org. Now, it's here. Rejoice!

* Bump license year

Unrelated :)
This commit is contained in:
Tom Harding 2017-08-06 22:55:51 +01:00 committed by Phil Freeman
parent bd7c1a1e1f
commit aa2d80610b
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Copyright Phil Freeman (c) 2016 Copyright Phil Freeman (c) 2017
All rights reserved. All rights reserved.

View file

@ -99,6 +99,15 @@
"repo": "https://github.com/purescript/purescript-assert.git", "repo": "https://github.com/purescript/purescript-assert.git",
"version": "v3.0.0" "version": "v3.0.0"
}, },
"behaviors": {
"dependencies": [
"prelude",
"eff",
"sets"
],
"repo": "git://github.com/paf31/purescript-behaviors.git",
"version": "v5.1.0"
},
"bifunctors": { "bifunctors": {
"dependencies": [ "dependencies": [
"control", "control",