File tree Expand file tree Collapse file tree 3 files changed +26
-22
lines changed
Expand file tree Collapse file tree 3 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 99 "repository" : {
1010 "type" : " git" ,
1111 "url" : " https://github.com/sharkdp/purescript-bigints.git"
12- },
13- "ignore" : [
14- " **/.*" ,
15- " node_modules" ,
16- " bower_components" ,
17- " output" ,
18- " test" ,
19- " gulpfile.js" ,
20- " package.json"
21- ]
12+ }
2213}
Original file line number Diff line number Diff line change 55 "path": "./",
66 "core": {
77 "dependencies": [
8- "arrays",
9- "integers",
10- "maybe",
11- "partial",
12- "prelude",
13- "strings"
8+ {
9+ "arrays": ">=7.3.0 <8.0.0"
10+ },
11+ {
12+ "integers": ">=6.0.0 <7.0.0"
13+ },
14+ {
15+ "maybe": ">=6.0.0 <7.0.0"
16+ },
17+ {
18+ "partial": ">=4.0.0 <5.0.0"
19+ },
20+ {
21+ "prelude": ">=6.0.1 <7.0.0"
22+ },
23+ {
24+ "strings": ">=6.0.1 <7.0.0"
25+ }
1426 ],
1527 "build_plan": [
1628 "arrays",
Original file line number Diff line number Diff line change 11package :
22 name : bigints
3+ description : Arbitrary length integers
34 publish :
45 license : MIT
56 version : 7.0.1
67 location :
78 githubOwner : sharkdp
89 githubRepo : purescript-bigints
910 dependencies :
10- - arrays
11- - integers
12- - maybe
13- - partial
14- - prelude
15- - strings
11+ - arrays : " >=7.3.0 <8.0.0 "
12+ - integers : " >=6.0.0 <7.0.0 "
13+ - maybe : " >=6.0.0 <7.0.0 "
14+ - partial : " >=4.0.0 <5.0.0 "
15+ - prelude : " >=6.0.1 <7.0.0 "
16+ - strings : " >=6.0.1 <7.0.0 "
1617 test :
1718 main : Test.Main
1819 dependencies :
You can’t perform that action at this time.
0 commit comments