scotty-web / wai-middleware-static

WAI middleware that intercepts requests to static files and serves them if they exist.
Other
18 stars 12 forks source link

Use cryptonite instead of cryptohash #13

Closed valpackett closed 8 years ago

valpackett commented 8 years ago

cryptohash is deprecated in favor of cryptonite.

Also memory instead of base16-bytestring – memory is a dependency of cryptonite.

And stack.yaml.

xich commented 8 years ago

Thanks for the patch! Mind removing the stack.yml file? I'll merge after that.

valpackett commented 8 years ago

Removing? Why? All projects should have one!

xich commented 8 years ago

Ah, just noticed it in your comment. I thought it was committed by mistake, since it is mostly empty. I guess it is mostly empty because this package is pretty simple.

valpackett commented 8 years ago

Seems like you don't know how stack works ;)

It is mostly empty because, well, it should be. I have even shorter files in my projects usually (without the default comments).

xich commented 8 years ago

Yeah, I just had a fun time working through the stack user guide. :-)