hmp3-1.2: hmp3.cabal
name: hmp3
version: 1.2
license: GPL
license-file: LICENSE
author: Don Stewart
maintainer: dons@cse.unsw.edu.au
build-depends: base, unix, binary >= 0.2
synopsis: An ncurses mp3 player written in Haskell
category: Sound
description:
An mp3 player with a curses frontend. Playlists are populated by
passing directory names on the commandline, and saved to the
~/.hmp3db database. Type 'h' to display the help page. Colours may
be configured at runtime by editing the "~/.hmp3" file.
extra-source-files: Keymap.hs-boot README TODO configure configure.ac
executable: hmp3
main-is: Main.hs
extensions: CPP, ForeignFunctionInterface
extra-libraries: curses
include-dirs: cbits
c-sources: cbits/utils.c
other-modules: Curses Regex
ghc-options: -Wall -fglasgow-exts -O2 -funbox-strict-fields -fasm -optl-Wl,-s -Icbits -threaded
-- ghc-options: -Wall -fglasgow-exts -O2 -funbox-strict-fields -fvia-C -optc-O3 -optl-Wl,-s -Icbits -threaded -lncurses
-- ghc-options: -prof -auto-all -Wall -fglasgow-exts -O2 -optc-O3 -funbox-strict-fields -Icbits -threaded -lncurses
-- ghc-options: -Wall -fglasgow-exts -Onot -Icbits -threaded -lncurses