packages feed

hspear-0.12: hspear.cabal

Name:              hspear
Version:           0.12
Synopsis:          Haskell Spear Parser
Description:       Parser for the analysis files produced by the
                   Spear frequency partial tracker.
License:           GPL
Category:          Sound
Copyright:         Rohan Drape, 2012
Author:            Rohan Drape
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://rd.slavepianos.org/?t=hspear
Tested-With:       GHC == 7.6.1
Build-Type:        Simple
Cabal-Version:     >= 1.8

Library
  Build-Depends:   base == 4.*,
                   bytestring,
                   bytestring-lexing,
                   split,
                   utf8-string,
                   zlib
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.Analysis.Spear.PTPF
                   Sound.Analysis.Spear.PTPF.GZ
                   Sound.Analysis.Spear.PTPF.Reduce
                   Sound.Analysis.Spear.PTPF.String

Source-Repository  head
  Type:            darcs
  Location:        http://rd.slavepianos.org/sw/spear

-- Local Variables:
-- truncate-lines:t
-- End: