File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ if impl(ghc > 9.13)
15
15
-- This prevents hsc2hs from causing old versions of packages from being added to plan.json
16
16
allow-newer: hsc2hs:*
17
17
18
- if impl(ghc >=9.10.1)
19
- extra-packages: process
20
-
21
18
repository head.hackage.ghc.haskell.org
22
19
url: https://ghc.gitlab.haskell.org/head.hackage/
23
20
secure: True
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ in recurseIntoAttrs rec {
25
25
# error: incompatible pointer to integer conversion assigning to 'ffi_arg' (aka 'unsigned long') from 'HsPtr' (aka 'void *') [-Wint-conversion]
26
26
|| builtins . elem compiler-nix-name [ "ghc8107" "ghc902" "ghc928" "ghc948" ] && stdenv . hostPlatform . isAarch64
27
27
# Cross compilation to aarch64 is also broken
28
- || stdenv . hostPlatform . isAarch64 && ! stdenv . buildPlatform . isAarch64
29
- # Building profiled version of Cabal for haskell-gi is currently broken for GHC head
30
- || compiler-nix-name == "ghc91320241230" ;
28
+ || stdenv . hostPlatform . isAarch64 && ! stdenv . buildPlatform . isAarch64 ;
31
29
32
30
ifdInputs = {
33
31
inherit ( project ) plan-nix ;
You can’t perform that action at this time.
0 commit comments