
I think I know why this test is failing now; no need for this info anymore
This reverts commit e88c8dbaa0
.
8 lines
192 B
Racket
8 lines
192 B
Racket
#lang racket/base
|
|
(require "private/resolver.rkt")
|
|
(provide planet-module-name-resolver
|
|
resolve-planet-path
|
|
install?
|
|
download?
|
|
get-planet-module-path/pkg)
|