From 43fc7c2e88d156c9a33e606f1f0f77abbac4b404 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 21 Mar 2021 14:12:03 +0100 Subject: [PATCH] MAINTAINERS.md: Remove outdated cabal instructions, I'm not sure how to do this now --- MAINTAINERS.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4f98c831..b1bb2c96 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -42,26 +42,11 @@ of: * It won't notify you of restrictive upper bounds in your package if Stackage has the same upper bounds. For that reason, we recommend using [Packdeps](http://packdeps.haskellers.com/) (see "Following - dependency upgrades" below). + dependency upgrades" below). You can also run `cabal outdated`. * If the latest Stackage Nightly is missing some of the latest packages, your build above may succeed whereas the Travis job may fail. Again: Packdeps will help you detect this situation. -Alternatively, you can build with `cabal`. Note that this may end up -using older dependency versions: - -``` -$ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly -$ cabal update -$ cabal get PACKAGE -$ cd PACKAGE-* -$ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". -$ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results -$ cabal install --enable-tests --enable-benchmarks --allow-newer -$ cabal test -$ cabal haddock -``` - ## Github and Notifications Stackage uses Github notifications to reduce overhead of contacting individual