Commit 2c29bb5c authored by sternenseemann's avatar sternenseemann
Browse files

spago-legacy: move to by-name

parent 40156654
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ self: super:

  # spago-legacy is not released to Hackage.
  # https://github.com/spacchetti/spago/issues/512
  spago-legacy = self.callPackage ../tools/purescript/spago-legacy/spago-legacy.nix { };
  spago-legacy = self.callPackage ../../by-name/sp/spago-legacy/spago-legacy.nix { };

  # Unofficial fork until PRs are merged https://github.com/pcapriotti/optparse-applicative/pulls/roberth
  # cabal2nix --maintainer roberth https://github.com/hercules-ci/optparse-applicative.git > pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
+0 −2
Original line number Diff line number Diff line
@@ -5101,8 +5101,6 @@ with pkgs;

  purenix = haskell.lib.compose.justStaticExecutables haskellPackages.purenix;

  spago-legacy = callPackage ../development/tools/purescript/spago-legacy { };

  pulp = nodePackages.pulp;

  pscid = nodePackages.pscid;