blob: ad10915d317369eb30bced6a451fd5707caf129c (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
name: wavedrum-lib
version: 0.1.0.0
synopsis: parser and builder for Wavedrum programme data
-- description:
homepage: http://elephly.net
license: GPL-3
license-file: LICENSE
author: Ricardo Wurmus
maintainer: rekado plus wavedrum at elephly dot net
-- copyright:
category: Sound
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Wavedrum
Wavedrum.Algorithm
Wavedrum.Types
-- other-modules:
build-depends: base ==4.5.*,
text,
binary,
bytestring
|