Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4bee9a7c5c83
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa15ccea090c
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 6, 2018

  1. Copy the full SHA
    aa15cce View commit details
Showing with 0 additions and 171 deletions.
  1. +0 −163 pkgs/development/compilers/ghc/7.10.3-binary.nix
  2. +0 −8 pkgs/top-level/haskell-packages.nix
163 changes: 0 additions & 163 deletions pkgs/development/compilers/ghc/7.10.3-binary.nix

This file was deleted.

8 changes: 0 additions & 8 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
let
# These are attributes in compiler and packages that don't support integer-simple.
integerSimpleExcludes = [
"ghc7103Binary"
"ghc821Binary"
"ghc844"
"ghcjs"
@@ -43,7 +42,6 @@ in {

compiler = {

ghc7103Binary = callPackage ../development/compilers/ghc/7.10.3-binary.nix { };
ghc821Binary = callPackage ../development/compilers/ghc/8.2.1-binary.nix { };

ghc822 = callPackage ../development/compilers/ghc/8.2.2.nix {
@@ -102,12 +100,6 @@ in {
# Always get compilers from `buildPackages`
packages = let bh = buildPackages.haskell; in {

ghc7103Binary = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc7103Binary;
ghc = bh.compiler.ghc7103Binary;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
packageSetConfig = bootstrapPackageSet;
};
ghc821Binary = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc821Binary;
ghc = bh.compiler.ghc821Binary;