summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
Commit message (Collapse)AuthorAge
* haskellPackages.persistent-migration: disable integration testsMichael Schneider2022-03-17
| | | | No PostgreSQL db in the build sandbox.
* haskellPackages.unicode-show: remove broken markerProfpatsch2022-03-11
| | | | It compiles just fine? Strange.
* haskellPackages: mark builds failing on hydra as brokensternenseemann2022-02-16
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.utc: mark as brokensternenseemann2022-02-16
| | | | | | | | | | | | utc has been unmaintained for a while now (last commit was 2016). We duct taped it to keep it compiling, but now System.Clock is no longer importable safely. I think it's time to lay it to rest, as it also has some severe bugs causing it to produce incorrect results. It's a bit sad, as I think it would be the better time library. Maybe I'll try to become the hackage maintainer at some point [1]. [1]: https://github.com/lpeterse/haskell-utc/issues/8#issuecomment-786653135
* haskellPackages.hls-rename-plugin: unbreaksternenseemann2022-02-16
|
* haskellPackages.dates: unmark as brokensternenseemann2022-02-14
|
* haskellPackages: mark builds failing on hydra as brokensternenseemann2022-02-14
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.numerals: Disable version checksDeniz Alp2022-02-08
| | | | | | We could also be using fetchFromGithub but the repo looks stale enough that it doesn't really matter, plus the upper bounds for almost all the dependencies doesn't exist anymore.
* haskellPackages: mark builds failing on hydra as brokenMalte Brandy2022-02-06
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenMalte Brandy2022-02-06
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.contiguous: unmark as brokenVojtěch Káně2022-02-01
| | | | It currently builds fine without any modifications.
* haskellPackages: mark builds failing on hydra as brokenMalte Brandy2022-01-28
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenMalte Brandy2022-01-27
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenMalte Brandy2022-01-25
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenEllie Hermaszewska2022-01-24
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.eventlog2html: unbreakArtem Pelenitsyn2022-01-22
|
* haskellPackages.raaz: disable parallel buildingPiyush P Kurur2022-01-21
| | | | | Parallel builds seems to interfere with backpack type checking. See: https://gitlab.haskell.org/ghc/ghc/-/issues/17188 for more details.
* Merge pull request #155520 from ulysses4ever/hs-speedscope-jailbreakEllie Hermaszewska2022-01-19
|\
| * haskellPackages.hs-speedscope: unbreakArtem Pelenitsyn2022-01-18
| |
* | haskellPackages: mark builds failing on hydra as brokenEllie Hermaszewska2022-01-19
|/ | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenEllie Hermaszewska2022-01-11
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokenDennis Gosnell2022-01-05
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.ncurses: remove comment from broken.yamlDennis Gosnell2022-01-01
|
* haskellPackages.ncurses: mark brokenSergei Trofimovich2021-12-31
| | | | | | | | | | haskellPackages.ncurses will fail to build against `ncurses-6.3`: dist/build/UI/NCurses/Enums.chs.h:140: (column 25) [ERROR] >>> Unknown identifier! Cannot find a definition for `KEY_EVENT' in the header file. The package did not see an update since 2016. Let's mark it and it's two revdeps `nyan` and `scroll` as broken.
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-12-27
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.polysemy-{resume,conc,mocks}: downgrade to unbreaksternenseemann2021-12-26
| | | | | These packages are not in Stackage LTS, but depend on package in Stackage LTS, so we need to downgrade them to keep them working.
* haskellPackages.polysemy-plugin: unbreaksternenseemann2021-12-26
| | | | | | | polysemy-plugin has reentered Stackage LTS, so the old workaround is no longer necessary. We do need to jailbreak it, ironically, since Stackage LTS ignores tests (?) and polysemy-plugin's bound on doctest is too strict.
* haskellPackages.{github,nix-thunk}: FixJohn Ericson2021-12-15
|
* haskellPackages.http3: unmark as brokensternenseemann2021-12-15
|
* haskellPackages.pinch: Fix build by bumping networkDeniz Alp2021-12-14
|
* haskellPackages.Monadoro: remove from broken pkgsPatryk Kocielnik2021-12-11
| | | | Package tests are fixed in the recent version (0.2.6.0).
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-12-09
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-12-08
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.jet: allow building with recursive-zipper 0.0.0.1sternenseemann2021-12-05
|
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-12-05
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.fakedata: Disable test suiteDeniz Alp2021-11-29
| | | | | | The test suite for fakedata is fixed in version 1.0.1 but since we follow stackage for this package and there the version is at 0.8.0 we're just disabling the test suite until it gets updated.
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-11-23
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as brokensternenseemann2021-11-18
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.synthesizer-alsa: re-enabledthielema2021-11-18
| | | | | | Closes #146475. Co-authored-by: sternenseemann <sternenseemann@systemli.org>
* haskellPackages.llvm-ffi-tools, llvm-pkg-config: re-enabledthielema2021-11-18
| | | | | | Closes #146473. Co-authored-by: sternenseemann <sternenseemann@systemli.org>
* haskellPackages.lapack: disable tests because they do not run reliablyHenning Thielemann2021-11-18
| | | | | | | | | remove from broken.yaml Closes #146231. Closes #146472. Co-authored-by: sternenseemann <sternenseemann@systemli.org>
* haskellPackages.hadolint: overrideScope for correct dependency versionsEllie Hermaszewska2021-11-13
|
* haskellPackages: mark builds failing on hydra as broken(cdep)illabout2021-11-12
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages: mark builds failing on hydra as broken(cdep)illabout2021-11-12
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.purescript-cst: get building(cdep)illabout2021-11-10
|
* Merge master into haskell-updatesgithub-actions[bot]2021-11-09
|\
| * haskellPackages.lapack-ffi: remove from broken.yamlthielema2021-11-08
| |
* | haskellPackages.hadolint: remove overrideEllie Hermaszewska2021-11-06
|/ | | | | hadolint depends on a docker version we don't package. Will have to wait until the next release for it to work with language-docker-10.3.0.0
* haskellPackages: mark builds failing on hydra as broken(cdep)illabout2021-11-05
| | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
* haskellPackages.tasty-checklist: unbreakMarkus Hauck2021-10-24
|