packages feed

music-sibelius-1.7.2: music-sibelius.cabal

name:                   music-sibelius
version:                1.7.2
author:                 Hans Hoglund
maintainer:             Hans Hoglund <hans@hanshoglund.se>
license:                BSD3
license-file:           COPYING
synopsis:               Interaction with Sibelius.
category:               Music
tested-with:            GHC
build-type:             Simple
cabal-version:          >= 1.10

description: 
    Import music from Sibelius (experimental).
    .
    This library is part of the Music Suite, see <http://music-suite.github.io>.

source-repository head
  type:                 git
  location:             git://github.com/music-suite/music-sibelius.git
  
library                    
    build-depends:      base                    >= 4 && < 5,
                        aeson                   >= 0.7.0.6 && < 1,
                        lens				            >= 4.3.3 && < 4.4,
                        semigroups              >= 0.13.0.1 && < 1,
                        monadplus,
                        unordered-containers,
                        bytestring,
                        music-score             == 1.7.2,
                        music-pitch-literal     == 1.7.2,
                        music-preludes          == 1.7.2,
                        aeson
    exposed-modules:    Music.Sibelius
                        Music.Score.Import.Sibelius
    hs-source-dirs:     src
    default-language:   Haskell2010