Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-server-doc/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(define collection 'multi)

(define build-deps '("net-doc"
"net-cookies"
"net-cookies-doc"
"rackunit-doc"
"compatibility-doc"
"db-doc"
Expand Down
2 changes: 1 addition & 1 deletion web-server-lib/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(define deps '("srfi-lite-lib"
("base" #:version "6.2.900.15")
"net-lib"
"net-cookies"
"net-cookies-lib"
"compatibility-lib"
"scribble-text-lib"
"parser-tools-lib"))
Expand Down
3 changes: 2 additions & 1 deletion web-server-lib/web-server/http/xexpr.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
racket/list
xml
web-server/private/xexpr
net/cookie
(except-in net/cookies/server
make-cookie)
"request-structs.rkt"
"cookie.rkt"
"response-structs.rkt")
Expand Down