haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
e0a350b7e6
commit
1286f06108
1 changed files with 46 additions and 23 deletions
|
@ -10451,6 +10451,8 @@ self: {
|
|||
pname = "HaskellNet";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "08rwi28q46md2d25l1h6s6hdqf8c2c47is5w5vyydbqx6pmfdc73";
|
||||
revision = "1";
|
||||
editedCabalFile = "0c5ixp7nl0h9nixr3g079wvjvs7j6hra2va5hnj93bsjbcm350k3";
|
||||
libraryHaskellDepends = [
|
||||
array base base64 bytestring cryptohash-md5 mime-mail mtl network
|
||||
network-bsd old-time pretty text
|
||||
|
@ -10459,6 +10461,23 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"HaskellNet_0_6_0_2" = callPackage
|
||||
({ mkDerivation, array, base, base64, bytestring, cryptohash-md5
|
||||
, mime-mail, mtl, network, network-bsd, old-time, pretty, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaskellNet";
|
||||
version = "0.6.0.2";
|
||||
sha256 = "0lqdqch6qwfrf89hfmvvcna2wgvhzx02v0cwsm7bbhq258alfapj";
|
||||
libraryHaskellDepends = [
|
||||
array base base64 bytestring cryptohash-md5 mime-mail mtl network
|
||||
network-bsd old-time pretty text
|
||||
];
|
||||
description = "Client support for POP3, SMTP, and IMAP";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"HaskellNet-SSL" = callPackage
|
||||
({ mkDerivation, base, bytestring, connection, data-default
|
||||
, HaskellNet, network, network-bsd
|
||||
|
@ -61760,6 +61779,8 @@ self: {
|
|||
pname = "co-log-concurrent";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "07qmx9z03vmgq2cgz4352fsav7r1nx8n7svmrhg2lkdiyp0j7a59";
|
||||
revision = "2";
|
||||
editedCabalFile = "1ldh0c0927ay8wpamybaw66cz4rz3jskv8iwvxlxw8mmr4pwyvk0";
|
||||
libraryHaskellDepends = [ base co-log-core stm ];
|
||||
description = "Asynchronous backend for co-log library";
|
||||
license = lib.licenses.mpl20;
|
||||
|
@ -70193,8 +70214,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "crc32c";
|
||||
version = "0.0.0";
|
||||
sha256 = "1y008mi1livbm6rpc4rj4nnrkwqqm7xk92sdf14r5iqwj8nnh209";
|
||||
version = "0.1.0";
|
||||
sha256 = "0b7minx4d0801nbyryz9jx680hlbrx6incwnhrz7g0dgpw0fhw0b";
|
||||
libraryHaskellDepends = [ base bytestring ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
testHaskellDepends = [
|
||||
|
@ -128730,6 +128751,8 @@ self: {
|
|||
pname = "haskell-language-server";
|
||||
version = "1.9.0.0";
|
||||
sha256 = "1bxf3q4yzchqvasxvidbsr0mzf299w2n11g3m85fmxm4q9bc1lkp";
|
||||
revision = "1";
|
||||
editedCabalFile = "19y9wid97a2c6x8cx2zq2r0asr8x0wlnvxmrj9qhfpvmk05sqrpm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -141010,21 +141033,21 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hls-call-hierarchy-plugin" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, extra
|
||||
, filepath, ghc, ghcide, hiedb, hls-plugin-api, hls-test-utils
|
||||
, lens, lsp, lsp-test, sqlite-simple, text, unordered-containers
|
||||
({ mkDerivation, aeson, base, containers, extra, filepath, ghcide
|
||||
, ghcide-test-utils, hiedb, hls-plugin-api, hls-test-utils, lens
|
||||
, lsp, lsp-test, sqlite-simple, text, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hls-call-hierarchy-plugin";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "1010lwrgp3qs3i9rpsphfiq72d8qisvz4jn9rn09h1wdc10bl7sg";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "0x5568l5n8dr7vnk12msczcabpg5ffqbqs50rg5gfj1w6n673y41";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers extra ghc ghcide hiedb
|
||||
hls-plugin-api lens lsp sqlite-simple text unordered-containers
|
||||
aeson base containers extra ghcide hiedb hls-plugin-api lens lsp
|
||||
sqlite-simple text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base containers extra filepath hls-test-utils lens lsp
|
||||
lsp-test text
|
||||
aeson base containers extra filepath ghcide-test-utils
|
||||
hls-test-utils lens lsp lsp-test text
|
||||
];
|
||||
description = "Call hierarchy plugin for Haskell Language Server";
|
||||
license = lib.licenses.asl20;
|
||||
|
@ -208021,10 +208044,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "oops";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "14b18cmyvh6jibpb8rxgrz84rxnd644bbkm9q53pw40x48zz208l";
|
||||
revision = "2";
|
||||
editedCabalFile = "1grbsm3fhlcxginj24gpsjmsabmwsy8w7dk4zpaasxahbaajvs0w";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "025vgnlnilja8sn66w34iy7vc83cpidg3vcvjl1vf1inmncsydrh";
|
||||
libraryHaskellDepends = [ base mtl QuickCheck transformers ];
|
||||
testHaskellDepends = [
|
||||
base base-compat doctest doctest-discover Glob hedgehog
|
||||
|
@ -232608,6 +232629,8 @@ self: {
|
|||
pname = "qbe";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "0hjllz846a7dyfrvjgqhjlkbhzbwhqdrvn3x0hijly01allcypr2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0sxss7jkdp2g01wsgwb3zyrbd5bc5lcjd6vg5ygfci8bx1ikhjkc";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring deepseq hashable prettyprinter text text-short
|
||||
];
|
||||
|
@ -238383,8 +238406,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "redis-glob";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0lm0bnl562bvxl3mdh0qkjl6jj10zglmyg4qwlylx3qicpdqf4lw";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "11cq30hl284cqgbsy5n4nn9aq7y84cca4skkv0ib9b6ddn97gbkf";
|
||||
libraryHaskellDepends = [
|
||||
ascii-char ascii-superset base bytestring megaparsec
|
||||
];
|
||||
|
@ -295778,8 +295801,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "unicode-tricks";
|
||||
version = "0.12.0.0";
|
||||
sha256 = "0688481bb5fgyqxhdw0x6xh025r68wbv9pa9acrsa92pr9kfb720";
|
||||
version = "0.12.1.0";
|
||||
sha256 = "139hrmxqw1f4gchv8wlyy3x1xfwcv5zzpdz0f3b6xm6v4zbwy101";
|
||||
libraryHaskellDepends = [
|
||||
base containers data-default deepseq hashable QuickCheck text
|
||||
];
|
||||
|
@ -306828,8 +306851,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "weeder";
|
||||
version = "2.4.0";
|
||||
sha256 = "1lwg1a4i7gb0l58bsyn1sg2q31ns79ldw4nv6hbnh4rqq1rv7vx4";
|
||||
version = "2.4.1";
|
||||
sha256 = "1z17w8q0s1pgqrxx7f1zijy1j4fwl8x2f5r9y11i0vcsqlx12pi9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -311534,8 +311557,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "xmobar";
|
||||
version = "0.45";
|
||||
sha256 = "0p64z535lk338f247gvddc6c4326xs41ar817whdvzj2910pyn86";
|
||||
version = "0.46";
|
||||
sha256 = "0glpiq7c0qwfcxnc2flgzj7afm5m1a9ghzwwcq7f8q27m21kddrd";
|
||||
configureFlags = [
|
||||
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
|
||||
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
|
||||
|
|
Loading…
Reference in a new issue