From 1be0f7aee9a571b4b0694136758df53b63c6f915 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 2 Dec 2021 10:46:40 +0300 Subject: Some stuff --- package.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index 4bd1a71..e197d7b 100644 --- a/package.yaml +++ b/package.yaml @@ -18,15 +18,16 @@ ghc-options: - -Wredundant-constraints dependencies: - - base >= 4.14 && < 5 - - xmonad >= 0.15 && < 0.16 - - xmonad-contrib >= 0.16 && < 0.17 + - base == 4.* + - flow == 1.0.* + - xmonad == 0.17.* + - xmonad-contrib == 0.17.* library: source-dirs: src/lib dependencies: - - containers >= 0.6.5 && < 0.7 - - X11 >= 1.10.2 && < 1.11 + - containers == 0.6.* + - X11 == 1.10.* when: - condition: false other-modules: Paths_xmonad_ng -- cgit 1.4.1