diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
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 |