forked from arnihermann/osxmonad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosxmonad.cabal
29 lines (27 loc) · 950 Bytes
/
osxmonad.cabal
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
-- Initial osxmonad.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: osxmonad
version: 0.1.0.0
synopsis: Tiling window manager for Mac OS X.
-- description:
homepage: https://bitbucket.org/puffnfresh/osxmonad/
license: MIT
license-file: LICENSE
author: Brian McKenna
maintainer: [email protected]
copyright: MIT
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: OSXMonad.Core
other-modules: OSXMonad.Window, OSXMonad.Keys
ghc-options: -framework Cocoa
c-sources: src/utils.m
include-dirs: src
build-depends: base ==4.5.*, containers ==0.4.*, xmonad ==0.10.1, X11 >=1.5.0.1
build-tools: hsc2hs
extensions:
EmptyDataDecls
if !os(osx)
buildable: False