DimaSamoz / mezzo

A Haskell library for typesafe music composition
MIT License
357 stars 12 forks source link

Fix failing travis-ci builds #3

Closed mbg closed 7 years ago

mbg commented 7 years ago

This fixes the failing travis-ci builds. I added libasound2-dev to the apt-get dependencies which is needed by PortMidi and added Mezzo.Render.Transform to the exposed-modules list. The latter might also fix the hackage upload.

DimaSamoz commented 7 years ago

Thank you! :)