Skip to content

Commit

Permalink
Depend on {-lib,-doc} packages that have been split out
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi-lambda committed Oct 14, 2016
1 parent 177e1f9 commit 2970a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion functional-doc/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
'())
(define build-deps
'("base"
"collections"
"collections-doc"
"collections-lib"
"functional-lib"
"racket-doc"
"scribble-lib"))
2 changes: 1 addition & 1 deletion functional-lib/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(define deps
'(["base" #:version "6.3"]
["collections" #:version "1.3"]
["collections-lib" #:version "1.3"]
"curly-fn-lib"
"static-rename"))
(define build-deps
Expand Down
4 changes: 2 additions & 2 deletions functional-test/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
'())
(define build-deps
'("base"
"collections"
"curly-fn"
"collections-lib"
"curly-fn-lib"
"functional-lib"
"rackunit-lib"
"rackunit-spec"))

0 comments on commit 2970a8d

Please sign in to comment.