garethclews / xmonad-aloysius

Aloy :heart: XMonad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cabal dependency

opened this issue · comments

on 20.09pre218613.ae6bdcc5358 (Nightingale) I modified your nixos nix. files, then copied the scripts into home folder then cloned the xmonad-aloysius repo, renamed it to .xmonad then ./build -all~ fails with

./build -all                          ~/.xmonad
   Building Aloysius, sit tight
   Configured  
cabal: Could not resolve dependencies:
[__0] trying: aloysius-1.0.4.0 (user goal)
[__1] next goal: base (dependency of aloysius)
[__1] rejecting: base-4.13.0.0/installed-4.1... (conflict: aloysius =>
base^>=4.12.0.0)
[__1] rejecting: base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0,
base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0,
base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0, base-4.6.0.1,
base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0,
base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0,
base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from
non-upgradeable package requires installed instance)
[__1] fail (backjumping, conflict set: aloysius, base)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, aloysius

   Built    
   Installed 
   Restarting XMonad 

My cabal --version

cabal-install version 3.0.0.0
compiled using version 3.0.1.0 of the Cabal library

GHC

version 8.8.3

xmonad

xmonad 0.15

I am new with NixOS, using this repo for learning, maybe I am missing something? Thank you for this, it is a really nice learning ground.

commented

Sorry, covid lockdown has seen me rarely using my personal PC. This is down to the base ^>= statement in the cabal specification. I'll get it sorted ASAP.

commented

Please try fd1838d, I have replicated your setup and it works on my end.