packages feed

vision-0.0.5.0: vision.cabal

name:               vision
version:            0.0.5.0

author:             Oleg Belozeorov
maintainer:         Oleg Belozeorov <upwawet@gmail.com>
copyright:          (C) 2010, 2011 Oleg Belozeorov
license:            GPL-3
license-file:       COPYING

category:           Sound
synopsis:           An XMMS2 client.
description:
  Vision (for the Voice) is an X-platform Music Multiplexing System 2
  (http://xmms2.xmms.se) client aiming to eventually fit its author's
  views on listening to music, managing a music library etc. Only the
  time can tell what will come of that :]

cabal-version:      >= 1.6
build-type:         Simple
extra-tmp-files:    config.status, config.log, autom4te.cache, hlint.out
extra-source-files: configure.ac,
                    configure,
                    src/Control/Monad/Makefile.in,
                    src/Control/Concurrent/Makefile.in,
                    src/Control/Concurrent/STM/Makefile.in,
                    src/Control/Makefile.in,
                    src/Playlist/Makefile.in,
                    src/Playlist/Format/Makefile.in,
                    src/Makefile.in,
                    src/Properties/Makefile.in,
                    src/Properties/Editor/Makefile.in,
                    src/Collection/List/Makefile.in,
                    src/Collection/Makefile.in,
                    src/Data/Makefile.in,
                    src/Location/Makefile.in,
                    Makefile.in,
                    ui/Makefile.in
data-files:         ui/*.xml,
                    ui/*.glade

executable vision
  main-is:          Vision.hs
  other-modules:    Utils,
                    Context,
                    Registry,
                    XMMS,
                    Environment,
                    Medialib,
                    About,
                    UI,
                    Atoms,
                    DnD,
                    Config,
                    Compound,
                    Editor,
                    Properties,
                    Properties.Property,
                    Properties.Model,
                    Properties.View,
                    Properties.Manager,
                    Properties.Editor,
                    Properties.Editor.Model,
                    Properties.Editor.View,
                    Properties.Editor.UI,
                    Properties.Impex,
                    Properties.Order,
                    Playback,
                    Volume,
                    Playtime,
                    Clipboard,
                    Index,
                    Location,
                    Location.History,
                    Location.PathComp,
                    Location.Model,
                    Location.View,
                    Location.DnD,
                    Location.Control,
                    Location.UI,
                    Collection,
                    Collection.List,
                    Collection.List.Model,
                    Collection.List.View,
                    Collection.Actions,
                    Collection.ScrollBox,
                    Collection.PropFlt,
                    Collection.Tracks,
                    Collection.ComboModel,
                    Collection.Combo,
                    Collection.Select,
                    Collection.Utils,
                    Collection.Common,
                    Playlist,
                    Playlist.Model,
                    Playlist.View,
                    Playlist.UI,
                    Playlist.Update,
                    Playlist.DnD,
                    Playlist.Index,
                    Playlist.Search,
                    Playlist.Edit,
                    Playlist.Config,
                    Playlist.Control,
                    Playlist.Format,
                    Playlist.Format.Format,
                    Playlist.Format.Parser,
                    Playlist.Format.Config,
                    Control.Concurrent.STM.TWatch,
                    Control.Concurrent.STM.TGVar,
                    Control.Concurrent.STM.Watch,
                    Control.Monad.ToIO,
                    Control.Monad.W,
                    Control.Monad.EnvIO,
                    Data.Env
  hs-source-dirs:   src
  build-depends:    base >= 4 && < 5, xmms2-client >= 0.0.7.0,
                    xmms2-client-glib >= 0.0.7.0,
                    gtk, containers, mtl, utf8-string,
                    filepath, directory, glib, array,
                    MonadCatchIO-transformers, json, parsec >= 3.0.1,
                    url, stm, PSQueue
  extensions:       ImplicitParams, NoMonomorphismRestriction,
                    FlexibleContexts, FlexibleInstances,
                    TypeFamilies, ScopedTypeVariables,
                    PatternGuards, StandaloneDeriving,
                    GeneralizedNewtypeDeriving
  ghc-options:      -W


source-repository head
  type:             git
  location:         git://github.com/upwawet/vision.git

source-repository this
  type:             git
  location:         git://github.com/upwawet/vision.git
  tag:              v0.0.5.0