diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package.yaml b/package.yaml index 30a47f9..445f7d5 100644 --- a/package.yaml +++ b/package.yaml @@ -1,15 +1,13 @@ --- 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 -author: Azat Bahawi <azahi@teknik.io> -copyright: (c) Azat Bahawi 2018-2021 +author: Azat Bahawi <azat@bahawi.net> +copyright: (c) Azat Bahawi 2018-2022 license: GPL-3.0-or-later -github: azahi/xmonad-ng - ghc-options: - -Wall - -Wcompat @@ -19,7 +17,7 @@ ghc-options: dependencies: - base == 4.* - - flow == 1.0.* + - flow == 2.0.* - xmonad == 0.17.* - xmonad-contrib == 0.17.* |