Author: simons
Date: Mon Aug 29 20:28:10 2011
New Revision: 28897
URL: https://svn.nixos.org/websvn/nix/?rev=28897&sc=1

Log:
haskell-yesod-core: updated to version 0.9.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix     
Mon Aug 29 20:28:06 2011        (r28896)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-core/default.nix     
Mon Aug 29 20:28:10 2011        (r28897)
@@ -1,19 +1,19 @@
 { cabal, blazeBuilder, blazeHtml, caseInsensitive, cereal
 , clientsession, cookie, enumerator, failure, hamlet, httpTypes
-, monadControl, parsec, random, text, time, transformers, wai
-, waiExtra, webRoutesQuasi
+, monadControl, parsec, pathPieces, random, shakespeare
+, shakespeareCss, shakespeareJs, strictConcurrency, text, time
+, transformers, wai, waiExtra
 }:
 
 cabal.mkDerivation (self: {
   pname = "yesod-core";
-  version = "0.8.3.2";
-  sha256 = "0k0lgd9p8mrwwcypx1nfr1z2rq5wk4gvjc1fbvla0c9nabqnbfzs";
-  isLibrary = true;
-  isExecutable = true;
+  version = "0.9.1";
+  sha256 = "03dbn915g6jkwk9fp5naqv5bq613nlfpc8jd7568cc1l41b95cbf";
   buildDepends = [
     blazeBuilder blazeHtml caseInsensitive cereal clientsession cookie
-    enumerator failure hamlet httpTypes monadControl parsec random text
-    time transformers wai waiExtra webRoutesQuasi
+    enumerator failure hamlet httpTypes monadControl parsec pathPieces
+    random shakespeare shakespeareCss shakespeareJs strictConcurrency
+    text time transformers wai waiExtra
   ];
   meta = {
     homepage = "http://www.yesodweb.com/";;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to