about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-08-16 17:12:34 +0300
committerazahi <azahi@teknik.io>2018-08-16 17:12:34 +0300
commita9ff90233d9376a466f0788117fe86ccf7596e59 (patch)
treeddafe38c5b6cfb1e26833d015de2c56e7068b423 /xmonad-ng.cabal
parentMinor fixes and code refactoring (diff)
Release 0.2.1.1
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 2afc972..7216550 100644
--- a/xmonad-ng.cabal
+++ b/xmonad-ng.cabal
@@ -1,5 +1,5 @@
 name:          xmonad-ng
-version:       0.2.1.0
+version:       0.2.1.1
 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    && < 4.10
-                 , containers     >= 0.5    && < 0.6
-                 , xmonad         >= 0.13   && < 0.14
-                 , xmonad-contrib >= 0.13   && < 0.14
+    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
 
 executable xmonad-ng
     main-is:          Main.hs
@@ -55,13 +55,13 @@ executable xmonad-ng
                  , XMonad.Custom.Theme
                  , XMonad.Custom.Workspaces
 
-    build-depends: X11            >= 1.8    && < 1.9
-                 , base           >= 4.9    && < 4.10
-                 , containers     >= 0.5    && < 0.6
-                 , directory      >= 1.3.0  && < 1.4
-                 , filepath       >= 1.4.1  && < 1.5
-                 , text           >= 1.2.3  && < 1.3
-                 , time           >= 1.6.0  && < 1.7
-                 , xmonad         >= 0.13   && < 0.14
-                 , xmonad-contrib >= 0.13   && < 0.14
-                 , xmonad-extras  >= 0.13.0 && < 0.14
+    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

Consider giving Nix/NixOS a try! <3