File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-float32" ,
3
- "ignore" : [
4
- " **/.*" ,
5
- " node_modules" ,
6
- " bower_components" ,
7
- " output"
8
- ],
9
- "license" : " BSD-3-Clause" ,
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " https://github.com/athanclark/purescript-float32.git"
13
- },
14
- "dependencies" : {
15
- "purescript-prelude" : " ^4.1.0" ,
16
- "purescript-generics-rep" : " ^6.1.0"
17
- },
18
- "devDependencies" : {
19
- "purescript-psci-support" : " ^4.0.0"
20
- }
2
+ "name" : " purescript-float32" ,
3
+ "license" : [
4
+ " BSD-3-Clause"
5
+ ],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/jamesdbrock/purescript-float32.git"
9
+ },
10
+ "ignore" : [
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " output"
15
+ ],
16
+ "dependencies" : {
17
+ "purescript-effect" : " ^v3.0.0" ,
18
+ "purescript-gen" : " ^v3.0.0" ,
19
+ "purescript-maybe" : " ^v5.0.0" ,
20
+ "purescript-prelude" : " ^v5.0.0" ,
21
+ "purescript-psci-support" : " ^v5.0.0"
22
+ }
21
23
}
You can’t perform that action at this time.
0 commit comments