hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
0ae957506a.
This commit is contained in:
Peter Simons 2020-11-17 02:30:27 +01:00
parent dd75aa6b9b
commit ea001ce814

View File

@ -19053,8 +19053,8 @@ self: {
({ mkDerivation, base, bytestring, transformers, vector, vulkan }: ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
mkDerivation { mkDerivation {
pname = "VulkanMemoryAllocator"; pname = "VulkanMemoryAllocator";
version = "0.3.8"; version = "0.3.9";
sha256 = "1fm2y3v9dcd2yaca212vk2awj90nzamgbsxf39d3s8h3yhjf95ll"; sha256 = "1y4mchf317bkhwivnppnsk9r567c0cjymg3mc1n6h0cn799rx7bk";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring transformers vector vulkan base bytestring transformers vector vulkan
]; ];
@ -20125,8 +20125,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "Z-Data"; pname = "Z-Data";
version = "0.1.8.0"; version = "0.1.9.1";
sha256 = "1yzavy7y8rdpazxmxfa0b9nw7ijrvafcwi5yv74kkj5m626hcizl"; sha256 = "0fwbgcsfay83lp24m9afdvn43xlzxi3y74fsxxw2xbfaz6zmxivi";
libraryHaskellDepends = [ libraryHaskellDepends = [
base case-insensitive deepseq ghc-prim hashable integer-gmp base case-insensitive deepseq ghc-prim hashable integer-gmp
primitive QuickCheck scientific tagged template-haskell primitive QuickCheck scientific tagged template-haskell
@ -84962,31 +84962,43 @@ self: {
"flashblast" = callPackage "flashblast" = callPackage
({ mkDerivation, aeson, attoparsec, base, co-log-polysemy ({ mkDerivation, aeson, attoparsec, base, co-log-polysemy
, co-log-polysemy-formatting, composite-base, dhall, formatting , co-log-polysemy-formatting, comonad, composite-base, dhall
, http-conduit, lucid, megaparsec, path, path-dhall-instance , first-class-families, formatting, generic-monoid
, path-utils, polysemy, polysemy-plugin, polysemy-video , ghc-clippy-plugin, http-conduit, lucid, megaparsec, optics
, polysemy-zoo, replace-megaparsec, rio, semialign, subtitleParser , optics-extra, path, path-dhall-instance, path-utils, polysemy
, temporary, these, turtle, unliftio-path, vinyl , polysemy-extra, polysemy-fs, polysemy-fskvstore, polysemy-http
, polysemy-methodology, polysemy-methodology-composite
, polysemy-plugin, polysemy-video, polysemy-vinyl, polysemy-zoo
, relude, replace-megaparsec, rio, semialign, subtitleParser
, temporary, text, these, turtle, unliftio-path, vinyl
}: }:
mkDerivation { mkDerivation {
pname = "flashblast"; pname = "flashblast";
version = "0.0.4.0"; version = "0.0.8.0";
sha256 = "13n90wkmj69lkyvsw34dhr173m8qfdclkygnh7v5xwdrk5fgpb5s"; sha256 = "0y3pqknpzycwdja9gpkpbmmfapwwkpzsxh6ng461i0x5qknc1mbs";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson attoparsec base co-log-polysemy co-log-polysemy-formatting aeson attoparsec base co-log-polysemy co-log-polysemy-formatting
composite-base dhall formatting http-conduit lucid megaparsec path comonad composite-base dhall first-class-families formatting
path-dhall-instance path-utils polysemy polysemy-plugin generic-monoid ghc-clippy-plugin http-conduit lucid megaparsec
polysemy-video polysemy-zoo replace-megaparsec rio semialign optics optics-extra path path-dhall-instance path-utils polysemy
subtitleParser temporary these turtle unliftio-path vinyl polysemy-extra polysemy-fs polysemy-fskvstore polysemy-http
polysemy-methodology polysemy-methodology-composite polysemy-plugin
polysemy-video polysemy-vinyl polysemy-zoo relude
replace-megaparsec rio semialign subtitleParser temporary text
these turtle unliftio-path vinyl
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
aeson attoparsec base co-log-polysemy co-log-polysemy-formatting aeson attoparsec base co-log-polysemy co-log-polysemy-formatting
composite-base dhall formatting http-conduit lucid megaparsec path comonad composite-base dhall first-class-families formatting
path-dhall-instance path-utils polysemy polysemy-plugin generic-monoid ghc-clippy-plugin http-conduit lucid megaparsec
polysemy-video polysemy-zoo replace-megaparsec rio semialign optics optics-extra path path-dhall-instance path-utils polysemy
subtitleParser temporary these turtle unliftio-path vinyl polysemy-extra polysemy-fs polysemy-fskvstore polysemy-http
polysemy-methodology polysemy-methodology-composite polysemy-plugin
polysemy-video polysemy-vinyl polysemy-zoo relude
replace-megaparsec rio semialign subtitleParser temporary text
these turtle unliftio-path vinyl
]; ];
description = "Generate language learning flashcards from video"; description = "Generate language learning flashcards from video";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -95595,8 +95607,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "git-annex"; pname = "git-annex";
version = "8.20201103"; version = "8.20201116";
sha256 = "1z9ikpsz3by48yfw87qav5dy7j4k9ky4a7nqnasl15kdm3lav9pl"; sha256 = "0xv7n9f6l90l4k964675v0lgs22gcy97ic86mbfb40rl0fk0jalr";
configureFlags = [ configureFlags = [
"-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
"-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@ -122442,10 +122454,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hpqtypes-extras"; pname = "hpqtypes-extras";
version = "1.10.2.1"; version = "1.10.3.0";
sha256 = "06vx7llfyidldp5ar80a3dkw14xv19v1s8kc7kf6vs1gb3vx8r5n"; sha256 = "1ifr6z89ki541b9x3kpyf10vbn3anhfcq8ppqwyp5zvmkx0q3wqs";
revision = "1";
editedCabalFile = "0vn0396jhxnrnp8724kpl7yjy4aywa2nm1vb7znz0fmzr0vp54yi";
libraryHaskellDepends = [ libraryHaskellDepends = [
base base16-bytestring bytestring containers cryptohash exceptions base base16-bytestring bytestring containers cryptohash exceptions
fields-json hpqtypes lifted-base log-base monad-control mtl safe fields-json hpqtypes lifted-base log-base monad-control mtl safe
@ -136852,6 +136862,26 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"iproute_1_7_10" = callPackage
({ mkDerivation, appar, base, byteorder, bytestring, containers
, doctest, hspec, network, QuickCheck, safe
}:
mkDerivation {
pname = "iproute";
version = "1.7.10";
sha256 = "0libq5v22cm6bj1lga1rrkgww50bhnpns7rz7da90yycqv2k7d5m";
libraryHaskellDepends = [
appar base byteorder bytestring containers network
];
testHaskellDepends = [
appar base byteorder bytestring containers doctest hspec network
QuickCheck safe
];
description = "IP Routing Table";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"iptables-helpers" = callPackage "iptables-helpers" = callPackage
({ mkDerivation, base, containers, mtl, parsec, QuickCheck, safe ({ mkDerivation, base, containers, mtl, parsec, QuickCheck, safe
, syb, utf8-string , syb, utf8-string
@ -140064,8 +140094,8 @@ self: {
pname = "json-rpc-server"; pname = "json-rpc-server";
version = "0.2.6.0"; version = "0.2.6.0";
sha256 = "1xfcxbwri9a5p3xxbc4kvr1kqdnm4c1axd8kgb8dglabffbrk7hn"; sha256 = "1xfcxbwri9a5p3xxbc4kvr1kqdnm4c1axd8kgb8dglabffbrk7hn";
revision = "7"; revision = "8";
editedCabalFile = "1fjkl0p5glkk01jny6ar62356pmp2a2vf9v1jq67ly3y14dcvywq"; editedCabalFile = "0cg2b7jggjpk6cryc1v7cx06nvkffsh6xz76gp0pz0wfn1m96pxy";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -154041,8 +154071,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "lz4-hs"; pname = "lz4-hs";
version = "0.1.5.0"; version = "0.1.5.1";
sha256 = "0qqv6n7hjcjkc1pzhwkdr9l1kfb8rqndx2lfm6j4bhmvrwwrn8lw"; sha256 = "1kl8zxladsby7y5fk2gdkipjn6kb8kkzdpf8xccnvhmgzn8qj4cn";
libraryHaskellDepends = [ base bytestring ]; libraryHaskellDepends = [ base bytestring ];
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base bytestring tasty tasty-hunit ]; testHaskellDepends = [ base bytestring tasty tasty-hunit ];
@ -171135,8 +171165,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "nix-tree"; pname = "nix-tree";
version = "0.1.1.0"; version = "0.1.2.0";
sha256 = "1dciwsw7cv1f73awrqr3gw3zj3mizaw53q3ibkawq9gbfsfg8yiz"; sha256 = "0indbvsjsl0m325f0vhzhllrhkq27agnbrmhzz7k0klprssf1hsn";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
@ -183304,8 +183334,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "phonetic-languages-examples"; pname = "phonetic-languages-examples";
version = "0.5.0.0"; version = "0.6.0.0";
sha256 = "1ypv9x2jsz20dmky8mzmni0pmwq8vslyhi2s0s2ji99qsg7y5rwi"; sha256 = "15y17zg9vx9f0hdpdkx56xsr5dqfpx2qsdmndlpy2yp35cq9yqhq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -192011,15 +192041,16 @@ self: {
"prolude" = callPackage "prolude" = callPackage
({ mkDerivation, aeson, base, bytestring, cassava, containers ({ mkDerivation, aeson, base, bytestring, cassava, containers
, mongoDB, safe-exceptions, scientific, text, time, vector , mongoDB, persistent, persistent-mongoDB, safe-exceptions
, scientific, text, time, vector
}: }:
mkDerivation { mkDerivation {
pname = "prolude"; pname = "prolude";
version = "0.0.0.7"; version = "0.0.0.8";
sha256 = "0wcjb7svvp5q3lzsddkxp2c0jvr765pva9hwnmmc5ak91yj6lgpw"; sha256 = "1fcsph2f4k303zbx23ry1cnx3zkvamsd3b9d2jwr9kpvck63nn92";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base bytestring cassava containers mongoDB safe-exceptions aeson base bytestring cassava containers mongoDB persistent
scientific text time vector persistent-mongoDB safe-exceptions scientific text time vector
]; ];
description = "ITProTV's custom prelude"; description = "ITProTV's custom prelude";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -247134,8 +247165,8 @@ self: {
pname = "unix"; pname = "unix";
version = "2.7.2.2"; version = "2.7.2.2";
sha256 = "1b6ygkasn5bvmdci8g3zjkahl34kfqhf5jrayibvnrcdnaqlxpcq"; sha256 = "1b6ygkasn5bvmdci8g3zjkahl34kfqhf5jrayibvnrcdnaqlxpcq";
revision = "4"; revision = "5";
editedCabalFile = "092d2qzfk4wm7xaa5wjyxgb97knilsh86vhk420j8rd0qlygk4wy"; editedCabalFile = "1hfpipkxmkr0fgjz1i4mm0ah1s7bgb28yb8sjn32rafj4lzszn2m";
libraryHaskellDepends = [ base bytestring time ]; libraryHaskellDepends = [ base bytestring time ];
description = "POSIX functionality"; description = "POSIX functionality";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -251925,8 +251956,8 @@ self: {
({ mkDerivation, base, bytestring, transformers, vector, vulkan }: ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
mkDerivation { mkDerivation {
pname = "vulkan"; pname = "vulkan";
version = "3.6.13"; version = "3.6.15";
sha256 = "1js5wgjr5mcqmhaqvhyln2xq4008rk8kdhjiwh8lwsc3qjqxyibp"; sha256 = "1jg6d8k06dz2nnbddxis83hlrwjhdf735q8zr4gv7sx6wnl60f3n";
libraryHaskellDepends = [ base bytestring transformers vector ]; libraryHaskellDepends = [ base bytestring transformers vector ];
librarySystemDepends = [ vulkan ]; librarySystemDepends = [ vulkan ];
description = "Bindings to the Vulkan graphics API"; description = "Bindings to the Vulkan graphics API";
@ -251947,17 +251978,18 @@ self: {
"vulkan-utils" = callPackage "vulkan-utils" = callPackage
({ mkDerivation, base, bytestring, Cabal, cabal-doctest, doctest ({ mkDerivation, base, bytestring, Cabal, cabal-doctest, doctest
, extra, file-embed, filepath, template-haskell, temporary , extra, file-embed, filepath, resourcet, template-haskell
, typed-process, vulkan , temporary, text, transformers, typed-process, vector, vulkan
}: }:
mkDerivation { mkDerivation {
pname = "vulkan-utils"; pname = "vulkan-utils";
version = "0.1.3"; version = "0.2";
sha256 = "0f7bpck2g9bv1jgfj1paz305yfrhcsad3g70ybazddzh138qhgny"; sha256 = "0xzh76lmyhd43myghnw9w7cil38jiryrbz19myp5krr9r1g6rwyb";
setupHaskellDepends = [ base Cabal cabal-doctest ]; setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring extra file-embed filepath template-haskell base bytestring extra file-embed filepath resourcet
temporary typed-process vulkan template-haskell temporary text transformers typed-process vector
vulkan
]; ];
testHaskellDepends = [ base doctest ]; testHaskellDepends = [ base doctest ];
description = "Utils for the vulkan package"; description = "Utils for the vulkan package";