stchang / parsack

A basic Parsec-like monadic parser combinator library implementation in Racket.
MIT License
50 stars 10 forks source link

package manager isn't building the documentation #42

Closed dented42 closed 10 years ago

dented42 commented 10 years ago

when I raco pkg install parsack, it doesn't look like the documentation is being built or added to my local documentation tree.

greghendershott commented 10 years ago

Although there's an info.rkt in the GitHub repo root for the package, I think there would need to be one in the parsack subdir for the collection, like this:

#lang setup/infotab
(define name "parsack")
(define scribblings '(("parsack.scrbl" ())))

I'll make a PR for this.