xmonad/xmonad-qv.cabal

45 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-09-21 10:59:13 +02:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: xmonad-qv
version: 0.1.0.0
description: My xmonad Configuration
homepage: https://github.com/qvalentin/xmonad#readme
bug-reports: https://github.com/qvalentin/xmonad/issues
author: qvalentin
maintainer: qvalentin
copyright: GPL-3.0
license: GPL-3.0
build-type: Simple
source-repository head
type: git
location: https://github.com/qvalentin/xmonad
library
exposed-modules:
Lib
other-modules:
Paths_xmonad_qv
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, xmonad
, xmonad-contrib
default-language: Haskell2010
executable xmonad-qv
main-is: xmonad.hs
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -i -ilib -v0 -O2 -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base >=4.7 && <5
, xmonad
, xmonad-contrib
, xmonad-qv
default-language: Haskell2010