hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-8-g13e29eb from Hackage revision
f309bf0ba5.
This commit is contained in:
Peter Simons 2020-07-03 12:43:08 +02:00
parent 7c5b65c510
commit a3e278e2c9

View File

@ -100112,79 +100112,6 @@ self: {
}) {}; }) {};
"git-annex" = callPackage "git-annex" = callPackage
({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder
, bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive
, clientsession, concurrent-output, conduit, connection, containers
, crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq
, directory, disk-free-space, dlist, edit-distance, exceptions
, fdo-notify, feed, filepath, filepath-bytestring, free, git, gnupg
, hinotify, hslogger, http-client, http-client-tls, http-conduit
, http-types, IfElse, lsof, magic, memory, microlens, monad-control
, monad-logger, mountpoints, mtl, network, network-bsd
, network-info, network-multicast, network-uri, old-locale, openssh
, optparse-applicative, path-pieces, perl, persistent
, persistent-sqlite, persistent-template, process, QuickCheck
, random, regex-tdfa, resourcet, rsync, SafeSemaphore, sandi
, securemem, shakespeare, socks, split, stm, stm-chans, tagsoup
, tasty, tasty-hunit, tasty-quickcheck, tasty-rerun
, template-haskell, text, time, torrent, transformers, unix
, unix-compat, unliftio-core, unordered-containers, utf8-string
, uuid, vector, wai, wai-extra, warp, warp-tls, wget, which, yesod
, yesod-core, yesod-form, yesod-static
}:
mkDerivation {
pname = "git-annex";
version = "8.20200501";
sha256 = "19rggaymvqy7r61n2rl2nigwdi2hzq5l1afcd5l0k1vbacwgq4jl";
configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
"-fwebapp" "-fwebdav"
];
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [
base bytestring Cabal data-default directory exceptions filepath
filepath-bytestring hslogger IfElse process split transformers
unix-compat utf8-string
];
executableHaskellDepends = [
aeson async attoparsec aws base blaze-builder bloomfilter byteable
bytestring case-insensitive clientsession concurrent-output conduit
connection containers crypto-api cryptonite data-default DAV dbus
deepseq directory disk-free-space dlist edit-distance exceptions
fdo-notify feed filepath filepath-bytestring free hinotify hslogger
http-client http-client-tls http-conduit http-types IfElse magic
memory microlens monad-control monad-logger mountpoints mtl network
network-bsd network-info network-multicast network-uri old-locale
optparse-applicative path-pieces persistent persistent-sqlite
persistent-template process QuickCheck random regex-tdfa resourcet
SafeSemaphore sandi securemem shakespeare socks split stm stm-chans
tagsoup tasty tasty-hunit tasty-quickcheck tasty-rerun
template-haskell text time torrent transformers unix unix-compat
unliftio-core unordered-containers utf8-string uuid vector wai
wai-extra warp warp-tls yesod yesod-core yesod-form yesod-static
];
executableSystemDepends = [
bup curl git gnupg lsof openssh perl rsync wget which
];
preConfigure = "export HOME=$TEMPDIR; patchShebangs .";
postBuild = ''
ln -sf dist/build/git-annex/git-annex git-annex
ln -sf git-annex git-annex-shell
'';
installPhase = "make PREFIX=$out BUILDER=: install install-completions";
checkPhase = ''PATH+=":$PWD" git-annex test'';
enableSharedExecutables = false;
description = "manage files with git, without checking their contents into git";
license = stdenv.lib.licenses.agpl3;
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git;
inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh;
inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget;
inherit (pkgs) which;};
"git-annex_8_20200617" = callPackage
({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder ({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder
, bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive , bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive
, clientsession, concurrent-output, conduit, connection, containers , clientsession, concurrent-output, conduit, connection, containers
@ -100251,7 +100178,6 @@ self: {
enableSharedExecutables = false; enableSharedExecutables = false;
description = "manage files with git, without checking their contents into git"; description = "manage files with git, without checking their contents into git";
license = stdenv.lib.licenses.agpl3; license = stdenv.lib.licenses.agpl3;
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ peti ]; maintainers = with stdenv.lib.maintainers; [ peti ];
}) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git; }) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git;
inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh; inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh;
@ -164146,8 +164072,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mason"; pname = "mason";
version = "0.2.1"; version = "0.2.2";
sha256 = "08na34n8f8r9r2z95dfnkvsbc0w76x0ic8yxvpxnykax7n2xhpia"; sha256 = "1wck31lm5ms99r0aji8mkr0ax78i9z0qzz7gy9ihwriwwhyl9yiz";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base bytestring ghc-prim integer-gmp network text array base bytestring ghc-prim integer-gmp network text
]; ];