about summary refs log tree commit diff
path: root/package.yaml
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-12-02 10:46:40 +0300
committerAzat Bahawi <azahi@teknik.io>2021-12-02 10:46:40 +0300
commit1be0f7aee9a571b4b0694136758df53b63c6f915 (patch)
tree3817e90e0b4cdf6b24d8e9faac7579fe620f0c6b /package.yaml
parentUpdate HIE (diff)
Some stuff
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml11
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

Consider giving Nix/NixOS a try! <3