Skip to content

Commit

Permalink
Stackify my XMonad
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Sep 8, 2017
1 parent 540b4f2 commit d81aa6c
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore.d/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,5 @@
/.config/git/gitk
/.fonts/
/.config/konsolerc
/.xmonad/.stack-work/
/.xmonad/minoru-xmonadrc.cabal
24 changes: 24 additions & 0 deletions .xmonad/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: minoru-xmonadrc
license: BSD-3
author: Alexander Batischev
maintainer: Alexander Batischev <eual.jp@gmail.com>
category: System

dependencies:
- X11
- X11-xft
- base
- xmonad
- xmonad-contrib
- transformers
- mtl

ghc-options:
- -Wall
- -threaded
- -O2

executables:
xmonad-minoru:
source-dirs: src
main: Main.hs
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions .xmonad/stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
resolver: lts-9.2

packages:
- '.'

extra-deps: []
flags: {}
extra-package-dbs: []

nix:
packages:
- pkgconfig
- autoconf
- gcc
- xorg.libX11
- xorg.libXext
- xorg.libXft
- xorg.libXinerama
- xorg.libXpm
- xorg.libXrandr
- xorg.libXrender

3 comments on commit d81aa6c

@chrissound
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow this saved me so much trouble. Thank you! 👍

@Minoru
Copy link
Owner Author

@Minoru Minoru commented on d81aa6c Jun 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're welcome! I wonder how you found an obscure commit in someone's repo, though :) Did you search directly on GitHub rather than via DuckDuckGo or Google?

@chrissound
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's mentioned at the bottom of this thread: commercialhaskell/stack#2735

Just because you tagged it! :D

Please sign in to comment.