haskellPackages.bytestring-conversion: unbreak

This commit is contained in:
sorki 2024-01-06 18:35:10 +01:00
parent a30c2fccc8
commit 3951f40656
3 changed files with 0 additions and 25 deletions

View File

@ -548,7 +548,6 @@ broken-packages:
- bytepatch # failure in job https://hydra.nixos.org/build/236678340 at 2023-10-04
- bytestring-arbitrary # failure in job https://hydra.nixos.org/build/233195013 at 2023-09-02
- bytestring-class # failure in job https://hydra.nixos.org/build/233230793 at 2023-09-02
- bytestring-conversion # failure in job https://hydra.nixos.org/build/233211464 at 2023-09-02
- bytestring-csv # failure in job https://hydra.nixos.org/build/233215194 at 2023-09-02
- bytestring-delta # failure in job https://hydra.nixos.org/build/233207977 at 2023-09-02
- bytestring-handle # failure in job https://hydra.nixos.org/build/233192234 at 2023-09-02

View File

@ -2530,9 +2530,6 @@ dont-distribute-packages:
- linearscan-hoopl
- linkchk
- linkcore
- linnet
- linnet-aeson
- linnet-conduit
- linux-ptrace
- lio-eci11
- lion
@ -2746,7 +2743,6 @@ dont-distribute-packages:
- mpretty
- mprover
- mps
- mptcp
- mptcp-pm
- mptcpanalyzer
- msgpack-aeson
@ -2948,7 +2944,6 @@ dont-distribute-packages:
- overload
- package-o-tron
- padKONTROL
- pagerduty
- pairing
- panda
- pandoc-highlighting-extensions
@ -3230,7 +3225,6 @@ dont-distribute-packages:
- quiver-interleave
- quiver-sort
- qux
- rabocsv2qif
- rail-compiler-editor
- rails-session
- rainbow-tests
@ -3282,7 +3276,6 @@ dont-distribute-packages:
- redHandlers
- reddit
- redis-io
- redis-resp
- rediscaching-haxl
- reduce-equations
- refh
@ -3541,7 +3534,6 @@ dont-distribute-packages:
- servant-haxl-client
- servant-http2-client
- servant-matrix-param
- servant-mock
- servant-oauth2
- servant-oauth2-examples
- servant-openapi3
@ -3557,7 +3549,6 @@ dont-distribute-packages:
- servant-streaming-client
- servant-streaming-docs
- servant-streaming-server
- servant-swagger-tags
- servant-to-elm
- servant-util
- servant-util-beam-pg
@ -4126,7 +4117,6 @@ dont-distribute-packages:
- wai-middleware-route
- wai-middleware-validation
- wai-middleware-verbs
- wai-predicates
- wai-route
- wai-routing
- wai-session-alt
@ -4156,7 +4146,6 @@ dont-distribute-packages:
- webcrank-wai
- webdriver-w3c
- webgear-openapi
- webgear-server
- webify
- webserver
- websockets-rpc

View File

@ -55776,8 +55776,6 @@ self: {
];
description = "Type-classes to convert values to and from ByteString";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bytestring-csv" = callPackage
@ -188860,7 +188858,6 @@ self: {
];
description = "Lightweight library for building HTTP API";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"linnet-aeson" = callPackage
@ -188878,7 +188875,6 @@ self: {
];
description = "Aeson JSON support for Linnet";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"linnet-conduit" = callPackage
@ -188899,7 +188895,6 @@ self: {
];
description = "Conduit-backed support for streaming in Linnet";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"linode" = callPackage
@ -206833,7 +206828,6 @@ self: {
testHaskellDepends = [ base hspec ip text ];
description = "Datastructures to describe TCP and MPTCP connections";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"mptcp-pm" = callPackage
@ -223660,7 +223654,6 @@ self: {
];
description = "Client library for PagerDuty Integration and REST APIs";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"pagerduty-hs" = callPackage
@ -247945,7 +247938,6 @@ self: {
executableHaskellDepends = [ base ];
description = "A library and program to create QIF files from Rabobank CSV exports";
license = "GPL";
hydraPlatforms = lib.platforms.none;
mainProgram = "rabocsv2qif";
}) {};
@ -251559,7 +251551,6 @@ self: {
];
description = "REdis Serialization Protocol (RESP) implementation";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"redis-schema" = callPackage
@ -268445,7 +268436,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Derive a mock server for free from your servant API types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "mock-app";
}) {};
@ -269711,7 +269701,6 @@ self: {
];
description = "Swagger Tags for Servant";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"servant-swagger-ui" = callPackage
@ -320214,7 +320203,6 @@ self: {
];
description = "WAI request predicates";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"wai-problem-details" = callPackage
@ -322620,7 +322608,6 @@ self: {
];
description = "Composable, type-safe library to build HTTP API servers";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"webidl" = callPackage