diff options
Diffstat (limited to '')
-rw-r--r-- | xmonad-ng.cabal | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index ad775bb..0e2292f 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -1,7 +1,7 @@ name: xmonad-ng -version: 0.15.2 +version: 0.15.3 synopsis: XMonad configuration -description: XMonad configuration hacked together via stolen code and bad Haskell +description: XMonad configuration hacked together using stolen code and bad Haskell knowledge license: BSD3 license-file: LICENSE @@ -10,13 +10,13 @@ author: azahi@teknik.io maintainer: azahi@teknik.io stability: experimental category: System -homepage: https://github.com/azahi/xmonad-ng +homepage: https://git.systemd.club/xmonad-config build-type: Simple -cabal-version: >= 1.10 +cabal-version: >= 2.0 source-repository head type: git - location: https://github.com/azahi/xmonad-ng + location: https://git.systemd.club/xmonad-config executable xmonad-ng main-is: Main.hs @@ -34,12 +34,11 @@ executable xmonad-ng XMonad.Custom.Startup XMonad.Custom.Theme XMonad.Custom.Workspaces - XMonad.Util.ALSA hs-source-dirs: src - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.12 && < 4.13 , X11 >= 1.9 && < 1.10 - , alsa-mixer >= 0.2 && < 0.3 - , containers >= 0.5 && < 0.6 + -- , alsa-mixer >= 0.3 && < 0.4 + , containers >= 0.6 && < 0.7 , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.5 , mtl >= 2.2 && < 2.3 |