summaryrefslogtreecommitdiff
path: root/xmonad-config.cabal
blob: 7d2a5c0c7a8636ee3f36cacdd5475a5500fcc53c (plain)
1
2
3
4
5
6
7
8
9
10
11
name:                xmonad-config
version:             0.1.0.0
license:             BSD3
build-type:          Simple
cabal-version:       >=1.10

executable xmonad-config-exe
  main-is:             xmonad.hs
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  build-depends:       base, xmonad, xmonad-contrib
  default-language:    Haskell2010