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
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 6 additions and 4 deletions

View File

@ -22,6 +22,7 @@ dont-distribute-packages:
- approx-rand-test
- barley
- bson-mapping
- bv-sized-lens
- clash-prelude-quickcheck
- click-clack
- cloudyfs
@ -79,9 +80,9 @@ dont-distribute-packages:
- openpgp-crypto-api
- patch-image
- perdure
- persistent-mysql_2_12_1_0
- persistent-postgresql_2_12_1_1
- persistent-sqlite_2_12_0_0
- persistent-mysql_2_13_0_0
- persistent-postgresql_2_13_0_0
- persistent-sqlite_2_13_0_0
- pontarius-mediaserver
- pontarius-xmpp-extras
- pontarius-xpmn

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