haskellPackages: unbreak configurator-pg, hasql-implicits

This commit is contained in:
Robert Vollmert 2022-07-11 15:49:12 +02:00 committed by sternenseemann
parent 4cbd28a70c
commit 643697757d
2 changed files with 0 additions and 6 deletions

View file

@ -821,7 +821,6 @@ broken-packages:
- config-parser
- Configurable
- configuration
- configurator-pg
- config-value-getopt
- confsolve
- congruence-relation
@ -2073,7 +2072,6 @@ broken-packages:
- hasql-cursor-transaction
- hasql-explain-tests
- hasql-generic
- hasql-implicits
- hasql-resource-pool
- hasql-simple
- hasql-streams-example

View file

@ -65760,8 +65760,6 @@ self: {
];
description = "Reduced parser for configurator-ng config files";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"confsolve" = callPackage
@ -129688,8 +129686,6 @@ self: {
];
description = "Implicit definitions for Hasql, such as default codecs for standard types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hasql-interpolate" = callPackage