about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-03 14:30:31 +0300
committerazahi <azahi@teknik.io>2018-10-03 14:30:31 +0300
commit7e19bd16b48bd009a3b4d0f029c445bb49d95615 (patch)
treeff4fc89baaef3a684294463e18569fd56996f3bd /xmonad-ng.cabal
parentRelease 0.2.1.1 (diff)
Move to 0.15
Fix windows not showing with fullscreen hooks
Add misc directory with stuff that should be moved to ~/.xmonad
Switch indentation style
Add submodules
Diffstat (limited to 'xmonad-ng.cabal')
-rw-r--r--xmonad-ng.cabal30
1 files changed, 15 insertions, 15 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal
index 7216550..87374fb 100644
--- a/xmonad-ng.cabal
+++ b/xmonad-ng.cabal
@@ -1,5 +1,5 @@
 name:          xmonad-ng
-version:       0.2.1.1
+version:       0.15
 synopsis:      azahi's XMonad configuration
 description:   azahi's XMonad configuration based on stolen code and bad Haskell knowledge
 homepage:      https://github.com/azahi/xmonad-ng
@@ -25,10 +25,10 @@ library
     exposed-modules: XMonad.Actions.FloatSnapSpaced
                    , XMonad.Actions.PerConditionKeys
 
-    build-depends: base           >= 4.9.1 && < 4.10
-                 , containers     >= 0.5.7 && < 0.6
-                 , xmonad         >= 0.13  && < 0.14
-                 , xmonad-contrib >= 0.13  && < 0.14
+    build-depends: base           >= 4.11 && < 4.12
+                 , containers     >= 0.5  && < 0.6
+                 , xmonad         >= 0.15 && < 0.16
+                 , xmonad-contrib >= 0.15 && < 0.16
 
 executable xmonad-ng
     main-is:          Main.hs
@@ -37,6 +37,7 @@ executable xmonad-ng
     default-language: Haskell2010
 
     other-extensions: DeriveDataTypeable
+                    , LambdaCase
                     , MultiParamTypeClasses
                     , TypeSynonymInstances
 
@@ -55,13 +56,12 @@ executable xmonad-ng
                  , XMonad.Custom.Theme
                  , XMonad.Custom.Workspaces
 
-    build-depends: X11            >= 1.8   && < 1.9
-                 , base           >= 4.9.1 && < 4.10
-                 , containers     >= 0.5.7 && < 0.6
-                 , directory      >= 1.3   && < 1.4
-                 , filepath       >= 1.4.1 && < 1.5
-                 , text           >= 1.2.3 && < 1.3
-                 , time           >= 1.6   && < 1.7
-                 , xmonad         >= 0.13  && < 0.14
-                 , xmonad-contrib >= 0.13  && < 0.14
-                 , xmonad-extras  >= 0.13  && < 0.14
+    build-depends: X11            >= 1.9  && < 1.10
+                 , base           >= 4.11 && < 4.12
+                 , containers     >= 0.5  && < 0.6
+                 , directory      >= 1.3  && < 1.4
+                 , filepath       >= 1.4  && < 1.5
+                 , text           >= 1.2  && < 1.3
+                 , time           >= 1.8  && < 1.9
+                 , xmonad         >= 0.15 && < 0.16
+                 , xmonad-contrib >= 0.15 && < 0.16

Consider giving Nix/NixOS a try! <3