Skip to content

Commit 8bd2e16

Browse files
committed
remove dependency on "r6rs-lib"
The `bitwise-first-bit-set` function is provided by `racket` as of v8.16.0.4.
1 parent 144a6dc commit 8bd2e16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

math-lib/info.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
(define collection 'multi)
44

5-
(define deps '(["base" #:version "6.11.0.6"]
6-
"r6rs-lib"
5+
(define deps '(["base" #:version "8.16.0.4"]
76
["typed-racket-lib" #:version "1.14"]
87
("math-i386-macosx" #:platform "i386-macosx")
98
("math-x86_64-macosx" #:platform "x86_64-macosx")

math-lib/math/private/bigfloat/mpfr.rkt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
racket/runtime-path
1313
racket/promise
1414
racket/serialize
15-
(only-in rnrs/arithmetic/bitwise-6
16-
bitwise-first-bit-set)
1715
"gmp.rkt"
1816
"utils.rkt")
1917

0 commit comments

Comments
 (0)