Skip to content

Commit

Permalink
depend on racket version 6.4
Browse files Browse the repository at this point in the history
since racket version before that can’t have scribble-lib version 1.16
  • Loading branch information
AlexKnauth committed Nov 28, 2017
1 parent 595e85c commit b983f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
(define scribblings
'(("main.scrbl" () (library) "fancy-app")))

(define deps '("base"))
(define deps
'(["base" #:version "6.4"]))

(define build-deps
'("racket-doc"
Expand Down

0 comments on commit b983f70

Please sign in to comment.