-
Notifications
You must be signed in to change notification settings - Fork 2
/
pokemid.cabal
36 lines (35 loc) · 1.1 KB
/
pokemid.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
name: pokemid
version: 0.9
synopsis: Import\/export Pokémon Red\/Blue music as MIDI
homepage: https://github.com/mtolly/pokemid
license: PublicDomain
author: Michael Tolly
maintainer: [email protected]
category: Sound
build-type: Simple
cabal-version: >= 1.10
executable pokemid
hs-source-dirs: src
main-is: Main.hs
other-modules: Assembly
Scan
Parse
Graph
Midi
AssemblyToMidi
MidiToAssembly
Clean
Emit
Error
Paths_pokemid
build-depends: base
, midi
, event-list
, non-negative
, containers
, array
, split
, bytestring
default-language: Haskell2010
ghc-options: -Wall
build-tools: alex, happy