Jeremy Shaw
unread,Mar 4, 2013, 12:56:57 PM3/4/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAppS
Hello,
I have uploaded happstack-server-7.1.7.
This version has been patched so that it is not affected by the
changing behavior of Network.URI.unEscapeString.
This version removes the Happstack.Server.SURI.escape function. In
theory we should bump the version to happstack-server 7.2. However, it
is my hope that no one was actually using that function.
I also uploaded a new version of web-routes. web-routes was not
affected by the new network, because we had already stopped using the
functions from Network.URI. However, the old, network based code was
still in web-routes, even though it was not exported. So, I removed
the old, unexported code and dropped the dependency on network.
- jeremy