diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Vanessa McHale (c) 2016
+Copyright Vanessa McHale (c) 2017
 
 All rights reserved.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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. 
diff --git a/src/XMonad/Util/Volume.hs b/src/XMonad/Util/Volume.hs
--- a/src/XMonad/Util/Volume.hs
+++ b/src/XMonad/Util/Volume.hs
@@ -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 ")
 
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -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:
diff --git a/xmonad-vanessa.cabal b/xmonad-vanessa.cabal
--- a/xmonad-vanessa.cabal
+++ b/xmonad-vanessa.cabal
@@ -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
