Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from jdegoes/ready/update-deps
Browse files Browse the repository at this point in the history
update dependencies (patch fix)
  • Loading branch information
garyb committed Oct 30, 2014
2 parents cfbc7aa + 7d49ec1 commit 821d5da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
19 changes: 10 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@
"tests"
],
"dependencies": {
"purescript-transformers": "~0.2.1",
"purescript-transformers": "~0.2.1",
"purescript-foldable-traversable": "~0.1.3",
"purescript-tuples": "~0.2.1",
"purescript-profunctor": "~0.0.1",
"purescript-distributive": "~0.1.1",
"purescript-tuples": "~0.2.1",
"purescript-profunctor": "~0.0.1",
"purescript-distributive": "~0.1.1",
"purescript-contravariant": "~0.0.1",
"purescript-const": "~0.1.0",
"purescript-maps": "~0.0.5",
"purescript-arrows": "~0.1.1",
"purescript-enums": "~0.2.1",
"purescript-bifunctors": "~0.0.4"
"purescript-const": "~0.1.0",
"purescript-maps": "~0.1.1",
"purescript-sets": "~0.1.0",
"purescript-arrows": "~0.1.1",
"purescript-enums": "~0.2.3",
"purescript-bifunctors": "~0.0.4"
},
"devDependencies": {
"purescript-easy-ffi": "~1.0.1",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "purescript-lens",
"version": "0.3.1",
"description": "PureScript implementation of Lens.",
"version": "0.3.2",
"description": "PureScript implementation of Lens",
"license": "MIT",
"homepage": "https://github.com/joneshf/purescript-lens",
"keywords": [
"PureScript",
"lens"
],
"authors": [
"Hardy Jones <[email protected]> (https://github.com/joneshf)"
"Hardy Jones <[email protected]> (https://github.com/joneshf)",
"John A. De Goes <[email protected]> (http://degoes.net)"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 821d5da

Please sign in to comment.