Name:                unmed2
Version:             0.0
Synopsis:            Extract useful information from Amiga MED files
Description:
  MED (Music EDitor) and its successor OctaMED
  were popular music trackers on the Amiga:
  <https://en.wikipedia.org/wiki/OctaMED>.
  This program loads song module files from MED and OctaMED
  and show their content on standard output.
License:             GPL-3
License-File:        COPYING
Author:              Claude Heiland-Allen
Maintainer:          haskell@henning-thielemann.de
Category:            Sound
Build-Type:          Simple
Extra-Source-Files:  README, src/Makefile, src/modules.sh
Cabal-Version:       >=1.10

Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/unmed2

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/unmed2

Executable unmed2
  Main-Is: Main.hs
  Other-Modules:       
    Amiga
    BlockCmdPageTable
    BlockInfo
    CmdPageData
    Human
    HybridInstr
    InstrExt
    InstrHdr
    MED
    MEDBlock
    MEDInstrument
    MEDPlaySeq
    MEDTempo
    MMD0Block
    MMD0exp
    MMD0
    MMD0NoteData
    MMD0Sample
    MMD0Song
    MMD1Block
    MMD1
    MMD1NoteData
    MMD2
    MMD2Song
    MMD3
    MMDARexx
    MMDARexxTrigCmd
    MMDDumpData
    MMDDump
    MMDInfo
    MMDInstrInfo
    MMDMIDICmd3x
    NotationInfo
    PlaySeq
    Pretty
    SampleInstr
    SynthInstr
    SynthWF
  Build-Depends:
    storable-endian >=0.2.6 && <0.3,
    utility-ht >=0.0.12 && <0.1,
    base >=4.5 && <5
  Hs-Source-Dirs:      src
  Default-Language:    Haskell2010
  GHC-Options:         -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs