about summary refs log tree commit diff
path: root/xmonad-ng.cabal
blob: ae1b31f6183ae62c75a8964703fa2b0f0d1c1de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack

name:           xmonad-ng
version:        2.0.1.0
synopsis:       Personal XMonad configuration
description:    I hope no one will read this description. It's awful.
category:       System
homepage:       https://github.com/azahi/xmonad-ng#readme
bug-reports:    https://github.com/azahi/xmonad-ng/issues
author:         Azat Bahawi <azahi@teknik.io>
maintainer:     Azat Bahawi <azahi@teknik.io>
copyright:      (c) Azat Bahawi 2018-2021
license:        GPL-3.0-or-later
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/azahi/xmonad-ng

library
  exposed-modules:
      XMonad.Custom.Bindings
      XMonad.Custom.Event
      XMonad.Custom.Layout
      XMonad.Custom.Log
      XMonad.Custom.Manage
      XMonad.Custom.Misc
      XMonad.Custom.Navigation
      XMonad.Custom.Projects
      XMonad.Custom.Prompt
      XMonad.Custom.Scratchpads
      XMonad.Custom.Startup
      XMonad.Custom.Theme
      XMonad.Custom.Workspaces
  hs-source-dirs:
      src/lib
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      X11 >=1.10.2 && <1.11
    , base >=4.14 && <5
    , containers >=0.6.5 && <0.7
    , xmonad ==0.15.*
    , xmonad-contrib ==0.16.*
  default-language: Haskell2010

executable xmonad-ng
  main-is: Main.hs
  hs-source-dirs:
      src/exe
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -rtsopts -threaded -v0 -with-rtsopts=-N
  build-depends:
      base >=4.14 && <5
    , xmonad ==0.15.*
    , xmonad-contrib ==0.16.*
    , xmonad-ng
  default-language: Haskell2010

Consider giving Nix/NixOS a try! <3