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: 74a9875e199f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef82b3f14f02
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. Copy the full SHA
    b3267cb View commit details
  2. spago: build is broken in lts-15.x

    peti committed Feb 28, 2020
    Copy the full SHA
    ef82b3f View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −2 pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  2. +1 −0 pkgs/development/tools/purescript/spago/spago.nix
Original file line number Diff line number Diff line change
@@ -2461,7 +2461,7 @@ package-maintainers:
cdepillabout:
- pretty-simple
- purescript
# - spago
- spago
- termonad

unsupported-platforms:
@@ -9493,7 +9493,6 @@ broken-packages:
- SpaceInvaders
- spacepart
- SpacePrivateers
- spago
- spake2
- spanout
- sparkle
1 change: 1 addition & 0 deletions pkgs/development/tools/purescript/spago/spago.nix
Original file line number Diff line number Diff line change
@@ -44,4 +44,5 @@ mkDerivation {
prePatch = "hpack";
homepage = "https://github.com/purescript/spago#readme";
license = stdenv.lib.licenses.bsd3;
broken = true; # Build is broken in lts-15.x.
}