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:
parent
58f8338e61
commit
3452368788
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue