synthesizer-alsa 0.0.2 → 0.0.2.1
raw patch · 1 files changed
+11/−2 lines, 1 filesdep +synthesizer-core
Dependencies added: synthesizer-core
Files
- synthesizer-alsa.cabal +11/−2
synthesizer-alsa.cabal view
@@ -1,5 +1,5 @@ Name: synthesizer-alsa-Version: 0.0.2+Version: 0.0.2.1 License: GPL License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -23,13 +23,22 @@ Flag splitBase description: Choose the new smaller, split-up base package. +Flag splitSynthesizer+ description: Use synthesizer-core instead of monolithic synthesizer+ Flag buildExamples description: Build example executables default: False Library+ If flag(splitSynthesizer)+ Build-Depends:+ synthesizer-core >= 0.2 && < 0.3+ Else+ Build-Depends:+ synthesizer >= 0.2 && < 0.3+ Build-Depends:- synthesizer >= 0.2 && < 0.3, sox >=0.0.1 && <0.1, alsa >= 0.2 && <0.3, -- midi >=0.1.1 && <0.1,