xmonad-vanessa 0.1.1.1 → 0.1.1.2
raw patch · 5 files changed
+21/−18 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- README.md +2/−2
- src/XMonad/Util/Volume.hs +2/−2
- stack.yaml +4/−3
- xmonad-vanessa.cabal +12/−10
LICENSE view
@@ -1,4 +1,4 @@-Copyright Vanessa McHale (c) 2016+Copyright Vanessa McHale (c) 2017 All rights reserved.
README.md view
@@ -1,9 +1,9 @@ ## Usage -`xmonad` with a custom configuration, in a project to be recompiled with stack or cabal.+`xmonad` with a custom configuration, in a project to be compiled with stack or cabal. You can also use the library by itself (the executable is not build by default). ### Requirements Requires libxft-dev, amixer for volume, gnome-terminal, and setxkbmap to switch keyboard layouts. ### Sugestions-Use dmenu, libx11-dev, libxinerama, yeganesh, and libxext as well. +Use dmenu, libx11-dev, libxinerama, and yeganesh as well.
src/XMonad/Util/Volume.hs view
@@ -1,9 +1,9 @@ -- | Utils to use to control volume via amixer module XMonad.Util.Volume where -import XMonad+import XMonad --- | Generate action in the X monad to +-- | Generate action in the X monad to vol :: String -> X () vol = spawn . ((++) "amixer -D pulse sset Master ")
stack.yaml view
@@ -1,4 +1,4 @@-resolver: lts-8.15+resolver: lts-8.17 packages: - . - extra-dep: true@@ -17,9 +17,10 @@ location: git: http://github.com/ekmett/lens.git commit: 7031e00f62a704a86c3149c75c1e2afc059af022-extra-deps:- - haskell-qrencode-1.0.4 allow-newer: true+flags:+ xmonad-vanessa:+ library: False compiler: ghc-8.2.0.20170507 compiler-check: match-exact setup-info:
xmonad-vanessa.cabal view
@@ -1,13 +1,13 @@ name: xmonad-vanessa-version: 0.1.1.1-synopsis: Custom xmonad, which uses stack and sets various defaults+version: 0.1.1.2+synopsis: Custom xmonad, which builds with stack or cabal. description: Please see README.md-homepage: https://github.com/vmchale/xmonad-vanessa#readme+homepage: https://hub.darcs.net/vmchale/xmonad-vanessa license: BSD3 license-file: LICENSE author: Vanessa McHale-maintainer: tmchale@wisc.edu-copyright: 2016 Vanessa McHale+maintainer: vanessa.mchale@reconfigure.io+copyright: 2017 Vanessa McHale category: Web build-type: Simple extra-source-files: README.md, stack.yaml@@ -15,7 +15,7 @@ Flag library { Description: Don't build an executable- Default: False+ Default: True } Flag gold {@@ -51,7 +51,8 @@ if flag(gold) ghc-options: -optl-fuse-ld=gold ld-options: -fuse-ld=gold- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3+ ghc-options: -O3+ -- -threaded -- -fllvm -optlo-O3 build-depends: base , xmonad-vanessa@@ -65,7 +66,8 @@ if flag(gold) ghc-options: -optl-fuse-ld=gold ld-options: -fuse-ld=gold- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O3+ ghc-options: -threaded -O3+ -- -rtsopts -with-rtsopts=-N -- -fllvm -optlo-O3 build-depends: base , xmonad-vanessa@@ -82,5 +84,5 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N source-repository head- type: git- location: https://github.com/vmchale/xmonad-vanessa+ type: darcs+ location: https://hub.darcs.net/vmchale/xmonad-vanessa