Updated haskellPackages.{rest-wai, rest-snap}

This commit is contained in:
Aycan iRiCAN 2015-02-20 16:13:49 +02:00
parent 7afe039842
commit 494fb2deb2
2 changed files with 8 additions and 6 deletions

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "rest-snap"; pname = "rest-snap";
version = "0.1.17.14"; version = "0.1.17.16";
sha256 = "0fd6d85gzp9mr7y7bgfk9wscrhrych9q7cssps8m5l03n83d8asp"; sha256 = "02dh2wjhaabg2aabsf7gl5w65kqpb3jigawwh9n2dr4hz6jhvwia";
buildDepends = [ buildDepends = [
caseInsensitive restCore safe snapCore unorderedContainers caseInsensitive restCore safe snapCore unorderedContainers
uriEncode utf8String uriEncode utf8String
@ -19,3 +19,4 @@ cabal.mkDerivation (self: {
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
}; };
}) })

View File

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text { cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text
, unorderedContainers, utf8String, wai , unorderedContainers, wai
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "rest-wai"; pname = "rest-wai";
version = "0.1.0.4"; version = "0.1.0.6";
sha256 = "1pxjf0fmsfiywr81zl5xbl6si0x74a7zmz6d5vqv5pvxmpgwgcbg"; sha256 = "1pawc1msv8vc43jzq4ynirwv6k7l7bfrh8r6q8m2vk1rnl6zsbxz";
buildDepends = [ buildDepends = [
caseInsensitive httpTypes mimeTypes mtl restCore text caseInsensitive httpTypes mimeTypes mtl restCore text
unorderedContainers utf8String wai unorderedContainers wai
]; ];
meta = { meta = {
description = "Rest driver for WAI applications"; description = "Rest driver for WAI applications";
@ -19,3 +19,4 @@ cabal.mkDerivation (self: {
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
}; };
}) })