about summary refs log tree commit diff
path: root/xmonad-ng.cabal
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-06-12 00:21:36 +0300
committerazahi <azahi@teknik.io>2018-06-12 00:21:36 +0300
commit80c494ea343b0518630536472266a9b200b0fe16 (patch)
tree247b65e31443e8fbe85639d7cede630c7e98ed4d /xmonad-ng.cabal
Initial commit
Diffstat (limited to 'xmonad-ng.cabal')
-rw-r--r--xmonad-ng.cabal44
1 files changed, 44 insertions, 0 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal
new file mode 100644
index 0000000..661113c
--- /dev/null
+++ b/xmonad-ng.cabal
@@ -0,0 +1,44 @@
+name:          xmonad-ng
+version:       0.1.0.0
+synopsis:      azahi's XMonad configuration
+description:   azahi's XMonad configuration with a few tweaks to properly work with upstream changes
+homepage:      https://github.com/azahi/xmonad-ng
+license:       BSD3
+license-file:  LICENSE
+author:        azahi
+maintainer:    azahi@teknik.io
+copyright:     Copyright (c) 2018 azahi
+category:      System
+build-type:    Simple
+stability:     experimental
+cabal-version: >=1.10
+
+source-repository head
+    type: git
+    location: https://github.com/azahi/xmonad-ng
+
+library
+    exposed-modules:
+        XMonad.Actions.FloatSnapSpaced
+        XMonad.Actions.PerConditionKeys
+    ghc-options: -Wall
+    build-depends: base           >= 4.9  && < 4.10
+                 , containers     >= 0.5  && < 0.6
+                 , xmonad         >= 0.13 && < 0.14
+                 , xmonad-contrib >= 0.13 && < 0.14
+    hs-source-dirs: src
+    default-language: Haskell2010
+
+executable xmonad-ng
+    main-is: Main.hs
+    ghc-options: -Wall
+    build-depends: base           >= 4.9    && < 4.10
+                 , containers     >= 0.5    && < 0.6
+                 , directory      >= 1.3.0  && < 1.4
+                 , filepath       >= 1.4.1  && < 1.5
+                 , time           >= 1.6.0  && < 1.7
+                 , xmonad         >= 0.13   && < 0.14
+                 , xmonad-contrib >= 0.13   && < 0.14
+                 , xmonad-extras  >= 0.13.0 && < 0.14
+    hs-source-dirs: src
+    default-language: Haskell2010

Consider giving Nix/NixOS a try! <3