Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Can't customize XMonad
Date: Mon, 08 Nov 2021 20:10:17 +0100	[thread overview]
Message-ID: <20211108191017.uBaByen06UwwpbacZWbvyBwJGafLMBhwPrcRHdYDWjk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6414@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]

Closed issue by non-Jedi on void-packages repository

https://github.com/void-linux/void-packages/issues/6414

Description:
### System

* xuname: Void 4.19.12_1 x86_64 GenuineIntel uptodate rrrmFFFFFF
* package: xmonad-0.15_1, xmonad-contrib-0.15_1

### Expected behavior

When below is in `~/.xmonad/xmonad.hs`, `xmonad --recompile` should give no output and successfully compile (https://hackage.haskell.org/package/xmonad-contrib-0.15/docs/XMonad-Doc-Configuring.html).

```haskell
   import XMonad

   main = xmonad $ def
       { borderWidth        = 2
       , terminal           = "urxvt"
       , normalBorderColor  = "#cccccc"
       , focusedBorderColor = "#cd8b00" }
```

Additionally, the `xmonad-contrib` package should have more files in it than just the license.

### Actual behavior

With haskell snippet above in `~/.xmonad/xmonad.hs`:

```
$ xmonad --recompile
XMonad will use ghc to recompile, because "/home/adam/.xmonad/build" does not exist.
Error detected while loading xmonad configuration file: /home/adam/.xmonad/xmonad.hs

xmonad.hs:1:1: error:
    Could not find module ‘XMonad’
    Use -v to see a list of the files searched for.
  |
1 | import XMonad
  | ^^^^^^^^^^^^^

Please check the file for errors.
```

And the files in xmonad-contrib are:

```
$ xbps-query -Rf xmonad-contrib
/usr/share/licenses/xmonad-contrib/LICENSE
```

Any ideas @xaltsc?

### Steps to reproduce the behavior

1. Install xmonad.
2. Create `~/.xmonad/xmonad.hs` with config shown above.
3. `xmonad --recompile`



  parent reply	other threads:[~2021-11-08 19:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-6414@inbox.vuxu.org>
2020-10-15  4:22 ` Rex-Official
2020-11-18  1:13 ` chilledfrogs
2021-01-14 23:42 ` jchook
2021-01-14 23:51 ` jchook
2021-01-15  0:51 ` jchook
2021-01-15  0:51 ` jchook
2021-01-15  1:04 ` jchook
2021-01-15  1:13 ` jchook
2021-01-15  1:51 ` jchook
2021-01-15  1:52 ` jchook
2021-02-15 14:39 ` ericonr
2021-03-06 22:50 ` jchook
2021-03-13 16:04 ` xaltsc
2021-10-25  7:36 ` motorto
2021-10-25 13:22 ` ericonr
2021-10-25 15:00 ` motorto
2021-10-25 19:08 ` ericonr
2021-10-25 20:24 ` motorto
2021-10-25 22:47 ` jchook
2021-10-26  4:07 ` xaltsc
2021-10-26  4:08 ` xaltsc
2021-10-26  4:10 ` xaltsc
2021-10-26 14:48 ` woffs
2021-11-08 19:10 ` Chocimier [this message]
2021-11-08 19:10 ` Chocimier
2022-02-17 14:12 ` riseekrthakur
2022-02-17 22:13 ` jchook
2022-02-18 13:47 ` riseekrthakur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211108191017.uBaByen06UwwpbacZWbvyBwJGafLMBhwPrcRHdYDWjk@z \
    --to=chocimier@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).