about summary refs log tree commit diff
path: root/xmonad-ng.cabal
blob: 2e73752be82c1cee72fe08e9741054c4668288a9 (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
cabal-version: 2.2

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

name:           xmonad-ng
version:        2.1.0.0
synopsis:       Personal XMonad configuration
description:    I hope no one will read this description. It's awful.
category:       System
author:         Azat Bahawi <azat@bahawi.net>
maintainer:     Azat Bahawi <azat@bahawi.net>
copyright:      (c) Azat Bahawi 2018-2022
license:        GPL-3.0-or-later
license-file:   LICENSE
build-type:     Simple

library
  exposed-modules:
      XMonad.Custom.Bindings
      XMonad.Custom.Config
      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.*
    , base ==4.*
    , containers ==0.6.*
    , flow ==2.0.*
    , xmonad ==0.17.*
    , xmonad-contrib ==0.17.*
  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.*
    , flow ==2.0.*
    , xmonad ==0.17.*
    , xmonad-contrib ==0.17.*
    , xmonad-ng
  default-language: Haskell2010

Consider giving Nix/NixOS a try! <3