Commit 65fc44c3 authored by sternenseemann's avatar sternenseemann
Browse files

haskell.compiler.ghc8102Binary: remove at 8.10.2

Since 46f14d30, it no longer has any
users in nixpkgs.
parent ae5c332c
Loading
Loading
Loading
Loading
+24 −21
Original line number Diff line number Diff line
@@ -70,39 +70,42 @@ compilers like this:
```console
$ nix-env -f '<nixpkgs>' -qaP -A haskell.compiler
haskell.compiler.ghc810                  ghc-8.10.7
haskell.compiler.ghc88                   ghc-8.8.4
haskell.compiler.ghc90                   ghc-9.0.2
haskell.compiler.ghc924                  ghc-9.2.4
haskell.compiler.ghc925                  ghc-9.2.5
haskell.compiler.ghc926                  ghc-9.2.6
haskell.compiler.ghc92                   ghc-9.2.7
haskell.compiler.ghc942                  ghc-9.4.2
haskell.compiler.ghc943                  ghc-9.4.3
haskell.compiler.ghc94                   ghc-9.4.4
haskell.compiler.ghcHEAD                 ghc-9.7.20221224
haskell.compiler.ghc8102Binary           ghc-binary-8.10.2
haskell.compiler.ghc8102BinaryMinimal    ghc-binary-8.10.2
haskell.compiler.ghc8107BinaryMinimal    ghc-binary-8.10.7
haskell.compiler.ghc927                  ghc-9.2.7
haskell.compiler.ghc92                   ghc-9.2.8
haskell.compiler.ghc945                  ghc-9.4.5
haskell.compiler.ghc946                  ghc-9.4.6
haskell.compiler.ghc947                  ghc-9.4.7
haskell.compiler.ghc94                   ghc-9.4.8
haskell.compiler.ghc963                  ghc-9.6.3
haskell.compiler.ghc96                   ghc-9.6.4
haskell.compiler.ghc98                   ghc-9.8.1
haskell.compiler.ghcHEAD                 ghc-9.9.20231121
haskell.compiler.ghc8107Binary           ghc-binary-8.10.7
haskell.compiler.ghc865Binary            ghc-binary-8.6.5
haskell.compiler.ghc924Binary            ghc-binary-9.2.4
haskell.compiler.ghc924BinaryMinimal     ghc-binary-9.2.4
haskell.compiler.integer-simple.ghc810   ghc-integer-simple-8.10.7
haskell.compiler.integer-simple.ghc8107  ghc-integer-simple-8.10.7
haskell.compiler.integer-simple.ghc88    ghc-integer-simple-8.8.4
haskell.compiler.integer-simple.ghc884   ghc-integer-simple-8.8.4
haskell.compiler.integer-simple.ghc810   ghc-integer-simple-8.10.7
haskell.compiler.native-bignum.ghc90     ghc-native-bignum-9.0.2
haskell.compiler.native-bignum.ghc902    ghc-native-bignum-9.0.2
haskell.compiler.native-bignum.ghc924    ghc-native-bignum-9.2.4
haskell.compiler.native-bignum.ghc925    ghc-native-bignum-9.2.5
haskell.compiler.native-bignum.ghc926    ghc-native-bignum-9.2.6
haskell.compiler.native-bignum.ghc92     ghc-native-bignum-9.2.7
haskell.compiler.native-bignum.ghc927    ghc-native-bignum-9.2.7
haskell.compiler.native-bignum.ghc942    ghc-native-bignum-9.4.2
haskell.compiler.native-bignum.ghc943    ghc-native-bignum-9.4.3
haskell.compiler.native-bignum.ghc94     ghc-native-bignum-9.4.4
haskell.compiler.native-bignum.ghc944    ghc-native-bignum-9.4.4
haskell.compiler.native-bignum.ghcHEAD   ghc-native-bignum-9.7.20221224
haskell.compiler.native-bignum.ghc92     ghc-native-bignum-9.2.8
haskell.compiler.native-bignum.ghc928    ghc-native-bignum-9.2.8
haskell.compiler.native-bignum.ghc945    ghc-native-bignum-9.4.5
haskell.compiler.native-bignum.ghc946    ghc-native-bignum-9.4.6
haskell.compiler.native-bignum.ghc947    ghc-native-bignum-9.4.7
haskell.compiler.native-bignum.ghc94     ghc-native-bignum-9.4.8
haskell.compiler.native-bignum.ghc948    ghc-native-bignum-9.4.8
haskell.compiler.native-bignum.ghc963    ghc-native-bignum-9.6.3
haskell.compiler.native-bignum.ghc96     ghc-native-bignum-9.6.4
haskell.compiler.native-bignum.ghc964    ghc-native-bignum-9.6.4
haskell.compiler.native-bignum.ghc98     ghc-native-bignum-9.8.1
haskell.compiler.native-bignum.ghc981    ghc-native-bignum-9.8.1
haskell.compiler.native-bignum.ghcHEAD   ghc-native-bignum-9.9.20231121
haskell.compiler.ghcjs                   ghcjs-8.10.7
```

+0 −457

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ stdenv.mkDerivation rec {
    # platforms than the default libcs (i. e. glibc / libSystem).
    # This is done for the benefit of Hydra, so `packagePlatforms`
    # won't return any platforms that would cause an evaluation
    # failure for `pkgsMusl.haskell.compiler.ghc8102Binary`, as
    # failure for `pkgsMusl.haskell.compiler.ghc8107Binary`, as
    # long as the evaluator runs on a platform that supports
    # `pkgsMusl`.
    platforms = builtins.attrNames ghcBinDists.${distSetName};
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ stdenv.mkDerivation rec {
      "x86_64-darwin"
      "powerpc64le-linux"
    ];
    # build segfaults, use ghc8102Binary which has proper musl support instead
    # build segfaults, use ghc8107Binary which has proper musl support instead
    broken = stdenv.hostPlatform.isMusl;
    maintainers = with lib.maintainers; [
      guibou
+0 −10

File changed.

Preview size limit exceeded, changes collapsed.

Loading