mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Explicitly depend on Drakma #28

Closed quicklisp closed 7 years ago

quicklisp commented 7 years ago

Ensure that drakma is loaded when package.lisp attempts to use it.

quicklisp commented 7 years ago

Sorry about this - I added Drakma to the wrong system. The dependency should be in the *-package version of the system. Would you like a new pull request?

quicklisp commented 7 years ago

Testing this locally, it's not sufficient to require drakma - it also needs :clml.utility and :clml.hjs in the -package system to work.