fadno-1.1.2: fadno.cabal
name: fadno
category: Music
synopsis: Minimal library for music generation and notation
version: 1.1.2
homepage: http://github.com/slpopejoy/fadno
description: Provides the Note type and HasNote class with polymorphic pitch and duration representations,
metering, barring and time signature utilities, plus midi and MusicXML support.
license: BSD3
license-file: LICENSE
author: Stuart Popejoy
maintainer: spopejoy@panix.com
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/slpopejoy/fadno.git
library
exposed-modules:
Fadno.Meter
Fadno.Midi
Fadno.Notation
Fadno.Note
Fadno.Util
Fadno.Xml
-- other-modules:
-- other-extensions:
build-depends: Decimal >= 0.4
, HUnit >= 1.5
, base >= 4.9 && < 4.13
, containers >= 0.5
, comonad >= 5
, data-default >= 0.7
, deepseq >= 1.4
, event-list >= 0.1
, fadno-braids >= 0.1
, fadno-xml >= 1.1
, lens >= 4.15
, midi >= 0.2
, mtl >= 2.2
, process >= 1.4
, safe >= 0.3
, split >= 0.2
, text >= 1.2
, unordered-containers >= 0.2
, vector >= 0.12
, xml >= 1.3
hs-source-dirs: src
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: tests
default-language: Haskell2010
build-depends:
base
, containers
, HUnit
, fadno
, lens
, hspec
, hspec-contrib