hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
857296b9fe
.
This commit is contained in:
parent
a6a8a6f691
commit
5f5544017c
142
pkgs/development/haskell-modules/hackage-packages.nix
generated
142
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -33240,6 +33240,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"assert-failure_0_1_2_4" = callPackage
|
||||
({ mkDerivation, base, pretty-show, text }:
|
||||
mkDerivation {
|
||||
pname = "assert-failure";
|
||||
version = "0.1.2.4";
|
||||
sha256 = "0q4kaaxvz89qrw7j9kgh57nzyn6a8rh2w1hjb1h7ymdnznhr3cj4";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [ base pretty-show text ];
|
||||
description = "Syntactic sugar improving 'assert' and 'error'";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"assertions" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, containers, interpolate
|
||||
, process
|
||||
@ -34784,6 +34797,42 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"aura_3_1_7" = callPackage
|
||||
({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring
|
||||
, containers, filepath, hashable, http-client, http-client-tls
|
||||
, http-types, language-bash, megaparsec, network-uri
|
||||
, optparse-applicative, prettyprinter, prettyprinter-ansi-terminal
|
||||
, rio, scheduler, stm, tasty, tasty-hunit, text, time, transformers
|
||||
, typed-process, versions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aura";
|
||||
version = "3.1.7";
|
||||
sha256 = "0w7m65bh38gdq186b16pcnq7k2nakiy749m7z092cv4k5w72gal5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson algebraic-graphs aur base bytestring containers filepath
|
||||
hashable http-client http-types language-bash megaparsec
|
||||
network-uri prettyprinter prettyprinter-ansi-terminal rio scheduler
|
||||
stm text time transformers typed-process versions
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson aur base bytestring containers http-client http-client-tls
|
||||
megaparsec optparse-applicative prettyprinter
|
||||
prettyprinter-ansi-terminal rio scheduler text transformers
|
||||
typed-process versions
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring containers megaparsec rio tasty tasty-hunit text
|
||||
versions
|
||||
];
|
||||
description = "A secure package manager for Arch Linux and the AUR";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"authenticate" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring
|
||||
, case-insensitive, conduit, containers, html-conduit, http-conduit
|
||||
@ -43342,8 +43391,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blucontrol";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "04kdg23h9fd55c0pldapjg3anwdfdnbbaf6rmai7wjwmd75jj2ka";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "087bk9fxjgavrprba7ffyb91jv7ms8k7mlq9s5963lkpdf5636n7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -83104,15 +83153,15 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"essence-of-live-coding_0_2_0_0" = callPackage
|
||||
"essence-of-live-coding_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, containers, foreign-store, mtl, QuickCheck
|
||||
, syb, test-framework, test-framework-quickcheck2, transformers
|
||||
, vector-sized
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "essence-of-live-coding";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0vd336m7lqgxiwx9vb7b9fjcwrw32b5dladj6fzcx371gjn2nm33";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1p814zgbcg7v69mpz3pmil0344xyxjj865c9nvqgpy33hg24vbyc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -83146,14 +83195,14 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"essence-of-live-coding-gloss_0_2_0_0" = callPackage
|
||||
"essence-of-live-coding-gloss_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, essence-of-live-coding, foreign-store, gloss
|
||||
, syb, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "essence-of-live-coding-gloss";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1n32z4gph5hviwvif8m9r3xd0ndf9gkpvw2jfnvifxjflibsp73k";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1xhkwwvlfhfrvx14c71wj6zk22w6f98w4zsp3vlzlq5h5ci00p1s";
|
||||
libraryHaskellDepends = [
|
||||
base essence-of-live-coding foreign-store gloss syb transformers
|
||||
];
|
||||
@ -83180,14 +83229,14 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"essence-of-live-coding-pulse_0_2_0_0" = callPackage
|
||||
"essence-of-live-coding-pulse_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, essence-of-live-coding, foreign-store
|
||||
, pulse-simple, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "essence-of-live-coding-pulse";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1a877wrnvpn0772p4h34514ih8hccyqbaps8rgabgvwsn3gz7vxm";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1cjwnb9ww1493xlqdfblxnfp5kxav9lyp7xkfaawz6j35v9lvzr5";
|
||||
libraryHaskellDepends = [
|
||||
base essence-of-live-coding foreign-store pulse-simple transformers
|
||||
];
|
||||
@ -83215,14 +83264,14 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"essence-of-live-coding-quickcheck_0_2_0_0" = callPackage
|
||||
"essence-of-live-coding-quickcheck_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, boltzmann-samplers, essence-of-live-coding
|
||||
, QuickCheck, syb, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "essence-of-live-coding-quickcheck";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1g0hz38v4alk0yvcxk384gz4h5zwrfyqmimkxdnpxn5gwl5aqi7i";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0mmq4b9scz3ib9px65h1fmkzkcy6kxjh5rm88l50h6aia4447a40";
|
||||
libraryHaskellDepends = [
|
||||
base boltzmann-samplers essence-of-live-coding QuickCheck syb
|
||||
transformers
|
||||
@ -96128,7 +96177,7 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"generic-data_0_9_0_0" = callPackage
|
||||
"generic-data_0_9_1_0" = callPackage
|
||||
({ mkDerivation, ap-normalize, base, base-orphans, Cabal
|
||||
, cabal-doctest, contravariant, criterion, deepseq, doctest
|
||||
, generic-lens, ghc-boot-th, inspection-testing, one-liner
|
||||
@ -96137,8 +96186,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "generic-data";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "1w8qkrl38p2fc38xbhgb973jd0czvm2f3707iqknj7rxf0xhjcfn";
|
||||
version = "0.9.1.0";
|
||||
sha256 = "0p58z70wp3vapxrwg7hkr5n6px7hws9398v9shc08c2aigq36kqa";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
ap-normalize base base-orphans contravariant ghc-boot-th
|
||||
@ -101274,8 +101323,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "git-brunch";
|
||||
version = "1.3.1.0";
|
||||
sha256 = "0k1q3f9hyyagv67mpaj1159vic4kc44nk10nswg0pql38ai5bqvx";
|
||||
version = "1.4.0.0";
|
||||
sha256 = "1dv0hzdfmzm2c3mfmf73lb085279hnfx41ly5393l0vj1v2ln6a4";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -184375,6 +184424,21 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"om-http-logging" = callPackage
|
||||
({ mkDerivation, base, http-types, monad-logger, safe-exceptions
|
||||
, uuid, wai
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "om-http-logging";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "16swgkk6w7sxnbfdz07vz3pkqjcpq27g1hswqvdxfq5gfq5kgp67";
|
||||
libraryHaskellDepends = [
|
||||
base http-types monad-logger safe-exceptions uuid wai
|
||||
];
|
||||
description = "om-http-logging";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"omaketex" = callPackage
|
||||
({ mkDerivation, base, optparse-applicative, shakespeare-text
|
||||
, shelly, text
|
||||
@ -205795,8 +205859,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "qlinear";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "04ap0hg3injg6l4lv42q0jafcnk6a485v8s0imk3y54wmf5xpvbb";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1q1xd3sh5b5kjp9wb24v2z9dbjk75dwk286f0gda4y460h4zkp8z";
|
||||
libraryHaskellDepends = [
|
||||
base haskell-src-exts haskell-src-meta linear parsec split
|
||||
template-haskell
|
||||
@ -210571,6 +210635,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"record-dot-preprocessor_0_2_6" = callPackage
|
||||
({ mkDerivation, base, extra, filepath, ghc, record-hasfield
|
||||
, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "record-dot-preprocessor";
|
||||
version = "0.2.6";
|
||||
sha256 = "0xnlzs74nxcw6yms5zbd50wnzy3n0i91rf0ss9ywc9bw18d2lbmh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base extra ghc uniplate ];
|
||||
executableHaskellDepends = [ base extra ];
|
||||
testHaskellDepends = [ base extra filepath record-hasfield ];
|
||||
description = "Preprocessor to allow record.field syntax";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"record-encode" = callPackage
|
||||
({ mkDerivation, base, doctest, generics-sop, hspec, QuickCheck
|
||||
, vector
|
||||
@ -225077,8 +225159,8 @@ self: {
|
||||
({ mkDerivation, aeson, base, servant }:
|
||||
mkDerivation {
|
||||
pname = "servant-jsonrpc";
|
||||
version = "1.0.1";
|
||||
sha256 = "0hizazwng0pcxd8p0n04xlgrx3vbr7nwc2k9s143q6yc6hp0dlj4";
|
||||
version = "1.1.0";
|
||||
sha256 = "0qy2al8waycarh5973c43bdd9g4a9032waknjsbykhflwglvwmv5";
|
||||
libraryHaskellDepends = [ aeson base servant ];
|
||||
description = "JSON-RPC messages and endpoints";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -225092,8 +225174,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-jsonrpc-client";
|
||||
version = "1.0.1";
|
||||
sha256 = "0s9ii02mfgyissyq4dbs9cqm3shrgiysjkhwgs6c0s30qqakjald";
|
||||
version = "1.1.0";
|
||||
sha256 = "0d18qajwpq6np0a61i5qm1z7iwvqrmgixg627diwr1xh4ws1ij8d";
|
||||
libraryHaskellDepends = [
|
||||
aeson base servant servant-client-core servant-jsonrpc
|
||||
];
|
||||
@ -225109,8 +225191,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-jsonrpc-server";
|
||||
version = "2.0.0";
|
||||
sha256 = "0svnbsxzwfxdbyjhgq1hxxpjv96dzqkwg44bnq24lc5jk7j244sk";
|
||||
version = "2.1.0";
|
||||
sha256 = "09byg58qm4r9kbcxzr6jbyg5ziih58p0za8ihq4y8w60mznpb055";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers mtl servant servant-jsonrpc servant-server
|
||||
];
|
||||
@ -227938,12 +228020,12 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"shake-plus_0_3_1_0" = callPackage
|
||||
"shake-plus_0_3_2_0" = callPackage
|
||||
({ mkDerivation, base, extra, path, rio, shake }:
|
||||
mkDerivation {
|
||||
pname = "shake-plus";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "1a1dj61sl0acil3bfw84nlvsi64f6bmlxbb4vb6q5rqarnhvk5qj";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0cgn1hgxp3kly7yp4s8mx714p1gnf30jpp6vjl47l19vc21hfzj5";
|
||||
libraryHaskellDepends = [ base extra path rio shake ];
|
||||
description = "Re-export of Shake using well-typed paths and ReaderT";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user