hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0 from Hackage revision
6a804ff314.
This commit is contained in:
Peter Simons 2021-03-18 02:30:24 +01:00
parent 1fab990d47
commit 316aae1e76

View File

@ -136767,9 +136767,10 @@ self: {
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
broken = true; broken = true;
}) {GraphicsMagick = null; inherit (pkgs) bzip2; freetype2 = null; }) {GraphicsMagick = null; inherit (pkgs) bzip2; freetype2 = null;
jasper = null; inherit (pkgs) lcms; inherit (pkgs) libjpeg; inherit (pkgs) jasper; inherit (pkgs) lcms;
inherit (pkgs) libpng; inherit (pkgs) libxml2; tiff = null; inherit (pkgs) libjpeg; inherit (pkgs) libpng;
wmflite = null; inherit (pkgs) zlib;}; inherit (pkgs) libxml2; tiff = null; wmflite = null;
inherit (pkgs) zlib;};
"hsmisc" = callPackage "hsmisc" = callPackage
({ mkDerivation, base, containers, HUnit, mtl, old-locale, parsec ({ mkDerivation, base, containers, HUnit, mtl, old-locale, parsec
@ -192591,14 +192592,20 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ory-kratos"; pname = "ory-kratos";
version = "0.0.5.6"; version = "0.0.5.7";
sha256 = "0n6kc9036livl75al5dznxn7zzncaqr73cizm6fywi7wasnd903d"; sha256 = "0p9v3ndzk1v3kkjljl3nv4cp1zqywb1fdsg92zxijidjrxg6ikaz";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base containers exceptions http-api-data http-client aeson base containers exceptions http-api-data http-client
http-client-tls http-types mtl network-uri servant servant-client http-client-tls http-types mtl network-uri servant servant-client
servant-client-core servant-server swagger2 text time transformers servant-client-core servant-server swagger2 text time transformers
uuid wai warp uuid wai warp
]; ];
testHaskellDepends = [
aeson base containers exceptions http-api-data http-client
http-client-tls http-types mtl network-uri servant servant-client
servant-client-core servant-server swagger2 text time transformers
uuid wai warp
];
description = "API bindings for Ory Kratos"; description = "API bindings for Ory Kratos";
license = lib.licenses.asl20; license = lib.licenses.asl20;
}) {}; }) {};
@ -198357,6 +198364,35 @@ self: {
maintainers = with lib.maintainers; [ psibi ]; maintainers = with lib.maintainers; [ psibi ];
}) {}; }) {};
"persistent_2_11_0_3" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, blaze-html, bytestring, conduit, containers, fast-logger, hspec
, http-api-data, monad-logger, mtl, path-pieces, resource-pool
, resourcet, scientific, shakespeare, silently, text, time
, transformers, unliftio, unliftio-core, unordered-containers
, vector
}:
mkDerivation {
pname = "persistent";
version = "2.11.0.3";
sha256 = "117v2pf5gy87grcklm1xm2crixywm7w1ba9w05gb2dddr1d26y49";
libraryHaskellDepends = [
aeson attoparsec base base64-bytestring blaze-html bytestring
conduit containers fast-logger http-api-data monad-logger mtl
path-pieces resource-pool resourcet scientific silently text time
transformers unliftio unliftio-core unordered-containers vector
];
testHaskellDepends = [
aeson attoparsec base base64-bytestring blaze-html bytestring
containers hspec http-api-data path-pieces scientific shakespeare
text time transformers unordered-containers vector
];
description = "Type-safe, multi-backend data serialization";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ psibi ];
}) {};
"persistent-audit" = callPackage "persistent-audit" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring ({ mkDerivation, aeson, attoparsec, base, bytestring
, getopt-generics, hashable, hspec, mongoDB, persistent , getopt-generics, hashable, hspec, mongoDB, persistent
@ -275574,15 +275610,15 @@ self: {
, blaze-builder, blaze-html, bytestring, case-insensitive, cereal , blaze-builder, blaze-html, bytestring, case-insensitive, cereal
, clientsession, cookie, exceptions, hedgehog, hoauth2, http-client , clientsession, cookie, exceptions, hedgehog, hoauth2, http-client
, http-client-tls, http-conduit, http-reverse-proxy, http-types , http-client-tls, http-conduit, http-reverse-proxy, http-types
, jose, microlens, mtl, optparse-simple, regex-posix , jose, microlens, mtl, optparse-applicative, optparse-simple
, safe-exceptions, shakespeare, tasty, tasty-hedgehog, tasty-hunit , regex-posix, safe-exceptions, shakespeare, tasty, tasty-hedgehog
, text, time, unix-compat, unordered-containers, uri-bytestring , tasty-hunit, text, time, unix-compat, unordered-containers
, vault, wai, wai-app-static, wai-extra, warp, yaml , uri-bytestring, vault, wai, wai-app-static, wai-extra, warp, yaml
}: }:
mkDerivation { mkDerivation {
pname = "wai-middleware-auth"; pname = "wai-middleware-auth";
version = "0.2.3.1"; version = "0.2.4.1";
sha256 = "0i5zg6pyrr3f9g39jpk557h5rqzrm36279dav3v8n6lrj919x01m"; sha256 = "1q8vj3ri5fvdhlwls7az4zcwk7iyc3fi4yf968086pkg92hpzcdl";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -275594,7 +275630,8 @@ self: {
uri-bytestring vault wai wai-app-static wai-extra yaml uri-bytestring vault wai wai-app-static wai-extra yaml
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
base bytestring cereal clientsession optparse-simple wai-extra warp base bytestring cereal clientsession optparse-applicative
optparse-simple wai-extra warp
]; ];
testHaskellDepends = [ testHaskellDepends = [
aeson base binary bytestring clientsession cookie hedgehog hoauth2 aeson base binary bytestring clientsession cookie hedgehog hoauth2