From 36dba39c446acb2159e636c1c059a1cd9bd6db4f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Sep 2019 21:07:56 +0200 Subject: [PATCH] cabal.project: don't hard-code paths to ../xmonad and ../x11 Not everyone has those repositories checked out at those paths. IMHO, it would be much better to configure these as "optional-packages". In any case, users should probably configure those in their cabal.project.local. --- cabal.project | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index f3ef3c69..9ed2980c 100644 --- a/cabal.project +++ b/cabal.project @@ -1,6 +1,5 @@ -packages: ./ - ../xmonad/ - ../x11/ +packages: + xmonad-contrib.cabal allow-newer: setlocale:base