hackage-packages.nix: Regenerate based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
Malte Brandy
2021-05-08 01:15:31 +02:00
parent 58f8338e61
commit 3452368788
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -47544,6 +47544,7 @@ self: {
libraryHaskellDepends = [ base bv-sized lens parameterized-utils ];
description = "Well-typed lenses for bv-sized bitvectors";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"byline" = callPackage
@@ -64749,7 +64750,7 @@ self: {
description = "A modern, lightweight, complete client for CouchDB";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) couchdb;};
}) {couchdb = null;};
"couchdb-conduit" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base