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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user