File tree 3 files changed +26
-22
lines changed
3 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 9
9
"repository" : {
10
10
"type" : " git" ,
11
11
"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
+ }
22
13
}
Original file line number Diff line number Diff line change 5
5
"path": "./",
6
6
"core": {
7
7
"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
+ }
14
26
],
15
27
"build_plan": [
16
28
"arrays",
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : bigints
3
+ description : Arbitrary length integers
3
4
publish :
4
5
license : MIT
5
6
version : 7.0.1
6
7
location :
7
8
githubOwner : sharkdp
8
9
githubRepo : purescript-bigints
9
10
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 "
16
17
test :
17
18
main : Test.Main
18
19
dependencies :
You can’t perform that action at this time.
0 commit comments