about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xmonad-ng.cabal19
1 files changed, 11 insertions, 8 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal
index ae1b31f..748fc8b 100644
--- a/xmonad-ng.cabal
+++ b/xmonad-ng.cabal
@@ -25,6 +25,7 @@ source-repository head
 library
   exposed-modules:
       XMonad.Custom.Bindings
+      XMonad.Custom.Config
       XMonad.Custom.Event
       XMonad.Custom.Layout
       XMonad.Custom.Log
@@ -41,11 +42,12 @@ library
       src/lib
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
   build-depends:
-      X11 >=1.10.2 && <1.11
-    , base >=4.14 && <5
-    , containers >=0.6.5 && <0.7
-    , xmonad ==0.15.*
-    , xmonad-contrib ==0.16.*
+      X11 ==1.10.*
+    , base ==4.*
+    , containers ==0.6.*
+    , flow ==1.0.*
+    , xmonad ==0.17.*
+    , xmonad-contrib ==0.17.*
   default-language: Haskell2010
 
 executable xmonad-ng
@@ -54,8 +56,9 @@ executable xmonad-ng
       src/exe
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -threaded -v0 -with-rtsopts=-N
   build-depends:
-      base >=4.14 && <5
-    , xmonad ==0.15.*
-    , xmonad-contrib ==0.16.*
+      base ==4.*
+    , flow ==1.0.*
+    , xmonad ==0.17.*
+    , xmonad-contrib ==0.17.*
     , xmonad-ng
   default-language: Haskell2010

Consider giving Nix/NixOS a try! <3