|
1 | 1 | { |
2 | 2 | "name": "purescript-lens", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "PureScript implementation of Lens.", |
5 | 5 | "license": "MIT", |
6 | 6 | "homepage": "https://github.com/joneshf/purescript-lens", |
|
24 | 24 | "tests" |
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | | - "purescript-transformers": "~0.2.1", |
| 27 | + "purescript-transformers": "~0.2.1", |
28 | 28 | "purescript-foldable-traversable": "~0.1.3", |
29 | | - "purescript-tuples": "~0.2.1", |
30 | | - "purescript-profunctor": "~0.0.1", |
31 | | - "purescript-distributive": "~0.1.1", |
| 29 | + "purescript-tuples": "~0.2.1", |
| 30 | + "purescript-profunctor": "~0.0.1", |
| 31 | + "purescript-distributive": "~0.1.1", |
32 | 32 | "purescript-contravariant": "~0.0.1", |
33 | | - "purescript-const": "~0.1.0", |
34 | | - "purescript-maps": "~0.0.5", |
35 | | - "purescript-arrows": "~0.1.1", |
36 | | - "purescript-enums": "~0.2.1", |
37 | | - "purescript-bifunctors": "~0.0.4" |
| 33 | + "purescript-const": "~0.1.0", |
| 34 | + "purescript-maps": "~0.0.5", |
| 35 | + "purescript-arrows": "~0.1.1", |
| 36 | + "purescript-enums": "~0.2.1", |
| 37 | + "purescript-bifunctors": "~0.0.4" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "purescript-easy-ffi": "~1.0.1", |
41 | | - "purescript-quickcheck": "~0.2.2" |
| 40 | + "purescript-easy-ffi": "~1.0.1", |
| 41 | + "purescript-quickcheck": "~0.2.2" |
42 | 42 | } |
43 | 43 | } |
0 commit comments