summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-09 12:10:54 +0200
committerPeter Simons <simons@cryp.to>2012-08-09 12:11:17 +0200
commit959c23183b4ca1745020691de6ef28361bd63cde (patch)
tree1c51dc93276d1b30e590897826437db829c86fd1
parent5cd5c8df14d8d1556c7c879a95e6b27f38c53ac8 (diff)
downloadnixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar.gz
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar.bz2
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar.lz
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar.xz
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.tar.zst
nixlib-959c23183b4ca1745020691de6ef28361bd63cde.zip
haskell-yesod-json: update to version 1.1.0
-rw-r--r--pkgs/development/libraries/haskell/yesod-json/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-json/default.nix b/pkgs/development/libraries/haskell/yesod-json/default.nix
index b91ca879afad..4a2a2346a873 100644
--- a/pkgs/development/libraries/haskell/yesod-json/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-json/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yesod-json";
-  version = "1.0.1.0";
-  sha256 = "0baxyy4mddgpfzm4scfizz8pi6y7a135kjwfhss51m6xx36s84zl";
+  version = "1.1.0";
+  sha256 = "13dbajs51nyrvch13xz05h6jrnhc097s0iykw5z43x05a6xwj20n";
   buildDepends = [
     aeson attoparsecConduit blazeBuilder conduit safe shakespeareJs
     text transformers vector wai waiExtra yesodCore yesodRoutes