packages feed

mezzo 0.2.0.1 → 0.2.0.2

raw patch · 3 files changed

+5/−4 lines, 3 filesbinary-addedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,6 +1,6 @@ # Mezzo -[![Build Status](https://travis-ci.org/DimaSamoz/mezzo.svg?branch=master)](https://travis-ci.org/DimaSamoz/mezzo )+[![Build Status](https://travis-ci.org/DimaSamoz/mezzo.svg?branch=master)](https://travis-ci.org/DimaSamoz/mezzo) [![Hackage](https://img.shields.io/hackage/v/mezzo.svg)](https://hackage.haskell.org/package/mezzo)  *Mezzo* is a Haskell library and embedded domain-specific language for music description. Its novelty is in the fact that it can enforce various rules of music composition *statically*, that is, at compile-time. This effectively means that if you write "bad" music, your composition will not compile – think of it as a **very** strict spell-checker for music. @@ -27,7 +27,7 @@ If using Stack, you will need to add the package to your `extra-deps` in your `stack.yaml` (as Mezzo is not part of Stackage yet), and then add it normally to your `.cabal` file dependencies:  ```cabal-extra-deps: [ mezzo-0.2.0.0 ]+extra-deps: [ mezzo-0.2.0.2 ]  build-depends: base >= 4.7 && < 5              , mezzo
+ docs/comp1.png view

binary file changed (absent → 36794 bytes)

mezzo.cabal view
@@ -1,9 +1,9 @@ name:                mezzo-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Typesafe music composition description:         A Haskell music composition library that enforces common                      musical rules in the type system.-homepage:            https://github.com/DimaSamoz/mezzo#readme+homepage:            https://github.com/DimaSamoz/mezzo license:             MIT license-file:        LICENSE author:              Dima Szamozvancev@@ -12,6 +12,7 @@ category:            Music build-type:          Simple extra-source-files:  README.md+                   , docs/*.png cabal-version:       >=1.10  library