-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmpvguihs.cabal
37 lines (32 loc) · 1.3 KB
/
mpvguihs.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
30
31
32
33
34
35
36
-- Initial mpvguihs.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mpvguihs
version: 0.1.1
synopsis: A minimalist mpv GUI written in I/O heavy Haskell.
-- description:
license: GPL-3
license-file: LICENSE
author: Sebastián E. Peyrott
maintainer: [email protected]
stability: experimental
homepage: https://github.com/sebadoom/mpvguihs
copyright: (C) 2013 Sebastián E. Peyrott
category: Multimedia
tested-with: GHC == 7.6.3
build-type: Simple
cabal-version: >=1.8
data-files: main-gtk2.ui, mpv-icon-big.png
extra-source-files: mpvguihs.desktop, mpvguihs.png
source-repository head
type: git
location: git://github.com/sebadoom/mpvguihs.git
source-repository this
type: git
location: git://github.com/sebadoom/mpvguihs.git
tag: 0.1.1
executable mpvguihs
extensions: TemplateHaskell
main-is: MpvPlayer/Frontend/Main.hs
other-modules: MpvPlayer.Frontend.GUITemplates, MpvPlayer.Backend, Paths_mpvguihs
build-depends: base == 4.6.*, gtk == 0.12.*, template-haskell, process,
unix, directory, filepath, mtl