1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-scotty: update to version 0.8.2

This commit is contained in:
Peter Simons 2014-07-22 12:22:10 +02:00
parent 97dff65ae6
commit 5fdecebd54

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "scotty";
version = "0.8.1";
sha256 = "182iwsz5h7p08sqwfzb332gwj1wjx7fhhazm6gfdc0incab769m0";
version = "0.8.2";
sha256 = "07vjdj26380inlyi350mdifm7v1dpbc56041vi2czf5zzhx97qb0";
buildDepends = [
aeson blazeBuilder caseInsensitive conduit dataDefault httpTypes
monadControl mtl regexCompat text transformers transformersBase wai