diff options
author | rekado <rekado@elephly.net> | 2013-08-20 20:56:23 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-08-20 21:41:41 +0800 |
commit | 382f57ce11c33add44098a4ba8c688982fac65a2 (patch) | |
tree | f8a3339f7888ca6b496ced469ed3a0dd6360a20c /wavedrum-lib.cabal |
Diffstat (limited to 'wavedrum-lib.cabal')
-rw-r--r-- | wavedrum-lib.cabal | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/wavedrum-lib.cabal b/wavedrum-lib.cabal new file mode 100644 index 0000000..ad10915 --- /dev/null +++ b/wavedrum-lib.cabal @@ -0,0 +1,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 |