haskellPackages: regenerate list of transitively broken pkgs
This commit is contained in:
parent
ade74bbcb0
commit
9dfc62e2b8
2 changed files with 7 additions and 5 deletions
|
@ -1444,7 +1444,6 @@ dont-distribute-packages:
|
|||
- hasql-cursor-query
|
||||
- hasql-postgres
|
||||
- hasql-postgres-options
|
||||
- hasql-queue
|
||||
- hasql-th
|
||||
- hastache-aeson
|
||||
- haste-app
|
||||
|
@ -2341,6 +2340,7 @@ dont-distribute-packages:
|
|||
- polysemy-fskvstore
|
||||
- polysemy-http
|
||||
- polysemy-keyed-state
|
||||
- polysemy-kvstore
|
||||
- polysemy-kvstore-jsonfile
|
||||
- polysemy-log
|
||||
- polysemy-log-co
|
||||
|
@ -2351,11 +2351,14 @@ dont-distribute-packages:
|
|||
- polysemy-optics
|
||||
- polysemy-path
|
||||
- polysemy-plugin
|
||||
- polysemy-plugin_0_4_0_0
|
||||
- polysemy-readline
|
||||
- polysemy-req
|
||||
- polysemy-resume
|
||||
- polysemy-socket
|
||||
- polysemy-test
|
||||
- polysemy-time
|
||||
- polysemy-uncontrolled
|
||||
- polysemy-video
|
||||
- polysemy-vinyl
|
||||
- polysemy-webserver
|
||||
|
@ -2893,7 +2896,6 @@ dont-distribute-packages:
|
|||
- swearjure
|
||||
- sweet-egison
|
||||
- switch
|
||||
- sydtest-persistent-postgresql
|
||||
- sylvia
|
||||
- sym-plot
|
||||
- symantic-atom
|
||||
|
|
|
@ -122737,7 +122737,6 @@ self: {
|
|||
];
|
||||
description = "A PostgreSQL backed queue";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-simple" = callPackage
|
||||
|
@ -126625,8 +126624,6 @@ self: {
|
|||
testSystemDepends = [ secp256k1 ];
|
||||
description = "Ethereum virtual machine evaluator";
|
||||
license = lib.licenses.agpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) libff; inherit (pkgs) secp256k1;};
|
||||
|
||||
"hevolisa" = callPackage
|
||||
|
@ -205843,6 +205840,7 @@ self: {
|
|||
libraryHaskellDepends = [ base containers polysemy ];
|
||||
description = "KVStore effect for polysemy";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"polysemy-kvstore-jsonfile" = callPackage
|
||||
|
@ -206118,6 +206116,7 @@ self: {
|
|||
];
|
||||
description = "Socket effect for polysemy";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"polysemy-test" = callPackage
|
||||
|
@ -206182,6 +206181,7 @@ self: {
|
|||
];
|
||||
description = "Uncontrolled toy effect for polysemy";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"polysemy-video" = callPackage
|
||||
|
|
Loading…
Reference in a new issue