hackage2nix: Mark failing builds broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
master
sternenseemann 2021-06-06 18:07:16 +02:00
parent 1fca83e1b6
commit 05813f4bf4
3 changed files with 69 additions and 0 deletions

View File

@ -1001,6 +1001,7 @@ broken-packages:
- dhrun
- dia-base
- diagrams-boolean
- diagrams-builder
- diagrams-canvas
- diagrams-graphviz
- diagrams-gtk
@ -1283,6 +1284,7 @@ broken-packages:
- Facebook-Password-Hacker-Online-Latest-Version
- faceted
- facts
- fadno-braids
- failable-list
- failure-detector
- fakedata
@ -1636,6 +1638,7 @@ broken-packages:
- global-variables
- glob-posix
- GlomeTrace
- gloss-banana
- gloss-export
- gloss-game
- glpk-headers
@ -1759,7 +1762,18 @@ broken-packages:
- hakismet
- hakka
- hako
- hakyll-blaze-templates
- hakyll-contrib
- hakyll-contrib-csv
- hakyll-contrib-elm
- hakyll-contrib-links
- hakyll-dhall
- hakyll-dir-list
- hakyll-process
- hakyll-R
- hakyll-series
- hakyll-shortcode
- hakyll-shortcut-links
- HaLeX
- halfs
- halipeto
@ -2095,6 +2109,7 @@ broken-packages:
- hmatrix-nipals
- hmatrix-sparse
- hmatrix-static
- hmatrix-sundials
- hmatrix-svdlibc
- hmatrix-syntax
- hmatrix-tests
@ -2560,6 +2575,7 @@ broken-packages:
- katip-syslog
- katt
- katydid
- kawaii
- kawhi
- kdesrc-build-extra
- kd-tree
@ -2860,6 +2876,7 @@ broken-packages:
- MASMGen
- massiv-persist
- massiv-serialise
- master-plan
- mathflow
- math-grads
- math-interpolate
@ -3725,6 +3742,7 @@ broken-packages:
- pushme
- push-notifications
- putlenses
- puzzle-draw
- pyffi
- pyfi
- python-pickle
@ -3807,6 +3825,9 @@ broken-packages:
- react-haskell
- reaction-logic
- reactive-bacon
- reactive-banana-gi-gtk
- reactive-banana-sdl2
- reactive-banana-threepenny
- reactive-thread
- react-tutorial-haskell-server
- readability

View File

@ -626,6 +626,7 @@ dont-distribute-packages:
- dia-functions
- diagrams-haddock
- diagrams-html5
- diagrams-pandoc
- diagrams-pgf
- diagrams-reflex
- diagrams-wx
@ -1083,6 +1084,7 @@ dont-distribute-packages:
- hails-bin
- hakyll-elm
- hakyll-ogmarkup
- hakyll-typescript
- halberd
- hall-symbols
- halma-gui
@ -2317,6 +2319,7 @@ dont-distribute-packages:
- push-notify-apn
- push-notify-ccs
- push-notify-general
- puzzle-draw-cmdline
- pvd
- qd-vec
- qhs

View File

@ -74216,6 +74216,8 @@ self: {
];
description = "hint-based build service for the diagrams graphics EDSL";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"diagrams-cairo" = callPackage
@ -74514,6 +74516,7 @@ self: {
];
description = "A Pandoc filter to express diagrams inline using the Haskell EDSL _Diagrams_";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"diagrams-pdf" = callPackage
@ -88149,6 +88152,8 @@ self: {
];
description = "Braid representations in Haskell";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fadno-xml" = callPackage
@ -106058,6 +106063,8 @@ self: {
libraryHaskellDepends = [ base gloss reactive-banana ];
description = "An Interface for gloss in terms of a reactive-banana Behavior";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"gloss-devil" = callPackage
@ -114982,6 +114989,8 @@ self: {
];
description = "A package allowing to write Hakyll blog posts in Rmd";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-agda" = callPackage
@ -115025,6 +115034,8 @@ self: {
libraryHaskellDepends = [ base blaze-html blaze-markup hakyll ];
description = "Blaze templates for Hakyll";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-contrib" = callPackage
@ -115040,6 +115051,8 @@ self: {
executableHaskellDepends = [ base directory filepath hakyll ];
description = "Extra modules for the hakyll website compiler";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-contrib-csv" = callPackage
@ -115056,6 +115069,8 @@ self: {
testHaskellDepends = [ base blaze-html bytestring cassava hspec ];
description = "Generate Html tables from Csv files";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-contrib-elm" = callPackage
@ -115074,6 +115089,8 @@ self: {
executableHaskellDepends = [ base hakyll ];
description = "Compile Elm code for inclusion in Hakyll static site";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-contrib-hyphenation" = callPackage
@ -115130,6 +115147,8 @@ self: {
];
description = "A hakyll library that helps maintain a separate links database";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-convert" = callPackage
@ -115178,6 +115197,8 @@ self: {
executableHaskellDepends = [ base dhall hakyll ];
description = "Dhall compiler for Hakyll";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-dir-list" = callPackage
@ -115192,6 +115213,8 @@ self: {
];
description = "Allow Hakyll to create hierarchical menues from directories";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-elm" = callPackage
@ -115279,6 +115302,8 @@ self: {
libraryHaskellDepends = [ base bytestring hakyll typed-process ];
description = "Hakyll compiler for arbitrary external processes";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-sass" = callPackage
@ -115305,6 +115330,8 @@ self: {
libraryHaskellDepends = [ base containers hakyll ];
description = "Adds series functionality to hakyll";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-shakespeare" = callPackage
@ -115361,6 +115388,8 @@ self: {
testHaskellDepends = [ base hspec mtl pandoc text ];
description = "Use shortcut-links in markdown file for Hakyll";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-typescript" = callPackage
@ -115377,6 +115406,7 @@ self: {
testHaskellDepends = [ base directory hakyll tasty tasty-hunit ];
description = "Typescript and javascript hakyll compilers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hal" = callPackage
@ -130805,6 +130835,8 @@ self: {
];
description = "hmatrix interface to sundials";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {sundials_arkode = null; sundials_cvode = null;};
"hmatrix-svdlibc" = callPackage
@ -154577,6 +154609,8 @@ self: {
];
description = "Utilities for serving static sites and blogs with Wai/Warp";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"kawhi" = callPackage
@ -170453,6 +170487,8 @@ self: {
];
description = "The project management tool for hackers";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"mastermind" = callPackage
@ -212299,6 +212335,8 @@ self: {
];
description = "Creating graphics for pencil puzzles";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"puzzle-draw-cmdline" = callPackage
@ -212317,6 +212355,7 @@ self: {
];
description = "Creating graphics for pencil puzzles, command line tools";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"pvar" = callPackage
@ -216688,6 +216727,8 @@ self: {
testHaskellDepends = [ base ];
description = "Simple reactive programming with GTK GObject Introspection";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"reactive-banana-sdl" = callPackage
@ -216717,6 +216758,8 @@ self: {
testHaskellDepends = [ base ];
description = "Reactive Banana integration with SDL2";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"reactive-banana-threepenny" = callPackage
@ -216731,6 +216774,8 @@ self: {
libraryHaskellDepends = [ base reactive-banana threepenny-gui ];
description = "Examples for the reactive-banana library, using threepenny-gui";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"reactive-banana-wx" = callPackage