summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-arm.nix
AgeCommit message (Collapse)Author
2023-04-17haskellPackages.wiringPi: Add wiringpi as a dependency on aarchMaxHearnden
2022-07-30treewide: use isAarch where appropriateAlyssa Ross
2022-07-20haskellPackages.cryptonite: disable tests on aarch32misuzu
KAT/ECB/D2 test segfaults on armv7l
2022-06-24haskellPackages.hls-floskell-plugin: Disable flaky test on armMalte Brandy
2022-05-07haskellPackages.haskell-language-server: Disable plugin tests on all aarch64 ↵Ellie Hermaszewska
builds
2022-05-05haskellPackages.haskell-language-server: Run aarch64 plugin tests on ghc > 9.2Ellie Hermaszewska
2022-05-05haskellPackages.hls-fourmolu-plugin: no aarch64-linux testsEllie Hermaszewska
test suite triggers same RTS issue as other hls plugins
2022-05-05haskellPackages.hls-rename-plugin: no aarch64-linux testsEllie Hermaszewska
test suite triggers same RTS issue as other hls plugins
2022-04-07haskellPackages.hint: disable testssternenseemann
These currently fail when trying to execute cabal-install, interestingly with EFAULT.
2022-02-06haskell-language-server: Disable flaky tests for some pluginsMalte Brandy
2021-12-22haskellPackages.happy_1_19_12: Disable testsGabriella Gonzalez
This disable the tests for the same reason as `haskellPackages.happy` (see the link in the associated comment). `happy_1_19_12` is used specifically by GHCJS on `aarch64-darwin`, which is why this additional `dontCheck` is required.
2021-11-22haskellPackages.hls-haddock-comment-plugin: no aarch64-linux testssternenseemann
test suite triggers same RTS bug (?) as hls-hlint-plugin.
2021-11-21haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linuxsternenseemann
test suite triggers same RTS bug (?) as hls-hlint-plugin.
2021-11-21haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linuxsternenseemann
Seems like its test suite triggers a similar RTS bug as the doctest test suites.
2021-11-20haskellPackages.hls-brittany-plugin: dontCheck on aarch64Malte Brandy
2021-09-19haskell-language-server: Disable several plugin checks on armMalte Brandy
2021-08-06haskellPackages.ghc-prof: disable tests on aarch64sternenseemann
Since enableLibraryProfiling is false on aarch64, we can't expect tests to work, but the library can still be built.
2021-08-05haskellPackages.Jikka: fix build on aarch64sternenseemann
Disable doctests as workaround for RTS bug.
2021-08-05haskellPackages.Chart-tests: fix build on aarch64sternenseemann
Another one for the no doctests list.
2021-06-21haskellPackages.termonad: dontCheck on arm because of doctests(cdep)illabout
2021-06-21haskell-updates: sort list of dontCheck packages in configuration-arm.nix(cdep)illabout
2021-06-21haskellPackages.haskell-language-server: Fix darwin and aarch64 buildsMalte Brandy
2021-06-12Revert "haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64"sternenseemann
This reverts commit 38c4256a9635d37ed297e43ade8e6f5ef42893d1. The attempt failed, gtk2hs-buildtools still fails with the same linker error.
2021-06-12haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64sternenseemann
Linker failure outputs look like they are related to the GClosure stuff, so lets try disabling that flag on arm — originally the upstream cabal file disabled that flag by default if arch != x86_64-linux || != sparc64, so this seems to be actually correct.
2021-05-23haskellPackages.orbits: disable doctest on aarch64sternenseemann
aarch64 doctests fail in general due to a GHC bug
2021-05-18haskellPackages: disable failing doctests on aarch64sternenseemann
New hydra evaluation brought some additional intstances of this happening to light.
2021-05-18haskellPackages: disable some more failing doctests on aarch64sternenseemann
This should conclude a pass of direct aarch64-linux failures related to this issue on hydra. Subsequent evaluation may of course reveal more.
2021-05-16haskellPackages.xml-html-qq: disable broken doctests on aarch64sternenseemann
2021-05-11haskellPackages.large-hashable: Move to unsupported-platformsMalte Brandy
2021-05-11haskellPackages.large-hashable: Dontdistribute on armMalte Brandy
2021-05-10haskellPackages.large-hashable: mark as broken on aarch64sternenseemann
See linked issue.
2021-05-09haskellPackages.strict-writer: disable doctests on aarch64sternenseemann
fail due to GHC bug
2021-05-08haskell.packages: move arm specific overrides into dedicated configsternenseemann
This should clean up configuration-common.nix of a lot of conditional which were a pain to write and maintain.