diff options
author | tv <tv@krebsco.de> | 2018-11-30 09:03:52 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-30 09:48:36 +0100 |
commit | d1ecceb0b985f02d28b86dc7be8a473a45c7ca4a (patch) | |
tree | 15299eeceb0297715e50800788bf6548262122b0 /tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal | |
parent | 26f6e0ffdb75300858764517d1c82819ee485a5e (diff) |
tv xmonad: move to haskell packages
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal b/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal new file mode 100644 index 0000000..f10bc4a --- /dev/null +++ b/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal @@ -0,0 +1,25 @@ +name: xmonad-tv +version: 1.0.0 +license: MIT +author: tv <tv@krebsco.de> +maintainer: tv <tv@krebsco.de> +build-type: Simple +cabal-version: >=1.10 + +executable xmonad + main-is: main.hs + build-depends: + base, + containers, + directory, + extra, + unix, + X11, + xmonad, + xmonad-contrib, + xmonad-stockholm + other-modules: + Helpers.Path, + Paths + default-language: Haskell2010 + ghc-options: -O2 -Wall -threaded |