about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
commit3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch)
tree4b5f1cb453de13c560bc8aa5a57952713cf360aa /xmonad-ng.cabal
parentabsolute garbage wtf (diff)
huge update-o
Diffstat (limited to 'xmonad-ng.cabal')
-rw-r--r--xmonad-ng.cabal20
1 files changed, 7 insertions, 13 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal
index 748fc8b..2e73752 100644
--- a/xmonad-ng.cabal
+++ b/xmonad-ng.cabal
@@ -1,27 +1,21 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.34.5.
+-- This file has been generated from package.yaml by hpack version 0.34.7.
 --
 -- see: https://github.com/sol/hpack
 
 name:           xmonad-ng
-version:        2.0.1.0
+version:        2.1.0.0
 synopsis:       Personal XMonad configuration
 description:    I hope no one will read this description. It's awful.
 category:       System
-homepage:       https://github.com/azahi/xmonad-ng#readme
-bug-reports:    https://github.com/azahi/xmonad-ng/issues
-author:         Azat Bahawi <azahi@teknik.io>
-maintainer:     Azat Bahawi <azahi@teknik.io>
-copyright:      (c) Azat Bahawi 2018-2021
+author:         Azat Bahawi <azat@bahawi.net>
+maintainer:     Azat Bahawi <azat@bahawi.net>
+copyright:      (c) Azat Bahawi 2018-2022
 license:        GPL-3.0-or-later
 license-file:   LICENSE
 build-type:     Simple
 
-source-repository head
-  type: git
-  location: https://github.com/azahi/xmonad-ng
-
 library
   exposed-modules:
       XMonad.Custom.Bindings
@@ -45,7 +39,7 @@ library
       X11 ==1.10.*
     , base ==4.*
     , containers ==0.6.*
-    , flow ==1.0.*
+    , flow ==2.0.*
     , xmonad ==0.17.*
     , xmonad-contrib ==0.17.*
   default-language: Haskell2010
@@ -57,7 +51,7 @@ executable xmonad-ng
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -threaded -v0 -with-rtsopts=-N
   build-depends:
       base ==4.*
-    , flow ==1.0.*
+    , flow ==2.0.*
     , xmonad ==0.17.*
     , xmonad-contrib ==0.17.*
     , xmonad-ng

Consider giving Nix/NixOS a try! <3