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