summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShaun Sharples <shaun.sharples@gmail.com>2015-02-02 15:30:18 +0200
committerShaun Sharples <shaun.sharples@gmail.com>2015-02-02 15:30:18 +0200
commita206ffc95931e080fcb089cfac8c7acb93db97a5 (patch)
treeb62e3942aafd1893fef96ec972afbe2af86b49d9 /pkgs
parent85b61347ae708cabf1cc185cf3259be7777963c4 (diff)
downloadnixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar.gz
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar.bz2
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar.lz
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar.xz
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.tar.zst
nixpkgs-a206ffc95931e080fcb089cfac8c7acb93db97a5.zip
bump scotty to 0.9.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/scotty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/scotty/default.nix b/pkgs/development/libraries/haskell/scotty/default.nix
index 4985f09b38e..1e184577a66 100644
--- a/pkgs/development/libraries/haskell/scotty/default.nix
+++ b/pkgs/development/libraries/haskell/scotty/default.nix
@@ -7,8 +7,8 @@
 
 cabal.mkDerivation (self: {
   pname = "scotty";
-  version = "0.9.0";
-  sha256 = "0gx00k5w4cs68bh3ciplkwhzh2412y6wqg0qdsslnnsb41l5kb1d";
+  version = "0.9.1";
+  sha256 = "0w07ghnd7l8ibfbl8p74lwn8gxy3z28mp0rlv5crma3yh42irsqm";
   buildDepends = [
     aeson blazeBuilder caseInsensitive dataDefault httpTypes
     monadControl mtl regexCompat text transformers transformersBase wai