Requiring at least spiffy 5.3.1.

This commit is contained in:
Thomas Hintz 2014-10-22 06:51:47 -07:00
parent d8ee592823
commit 23cecce39d
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,6 @@
(license "BSD")
(category web)
(author "Thomas Hintz")
(depends spiffy intarweb uri-common base64 simple-sha1 mailbox comparse)
(depends (spiffy 5.3.1) intarweb uri-common base64 simple-sha1 mailbox comparse)
(files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"
"utf8-grammar.scm"))

View File

@ -5,3 +5,4 @@
(release "0.0.1")
(release "0.1.0")
(release "0.1.1")
(release "0.1.2")

View File

@ -6,4 +6,4 @@
(install-extension 'websockets
'("websockets.so" "websockets.import.so")
`((version "0.1.1")))
`((version "0.1.2")))