packages feed

Cabal revisions of tidal-midi-0.9.10

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                tidal-midi version:             0.9.10+x-revision: 1 synopsis:            MIDI support for tidal -- description: homepage:            http://tidal.lurk.org/                    Sound.Tidal.MIDI.System1M                    Sound.Tidal.MIDI.KorgKP3 -  Build-depends: base < 5, tidal >= 0.9.9, PortMidi >= 0.1.6.0, time, containers, transformers+  Build-depends: base < 5, tidal >= 0.9.9, PortMidi >= 0.1.6.0 && < 0.2, time, containers, transformers  source-repository head   type:     git
revision 2
-name:                tidal-midi-version:             0.9.10-x-revision: 1-synopsis:            MIDI support for tidal--- description:-homepage:            http://tidal.lurk.org/-license:             GPL-3-license-file:        LICENSE-author:              Alex McLean-maintainer:          Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com>-Stability:           Experimental-Copyright:           (c) Alex McLean and other contributors, 2015-category:            Sound-build-type:          Simple-cabal-version:       >=1.6--- Travis CI integration-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1--Description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly.--library-  Exposed-modules: Sound.Tidal.MIDI.Context-                   Sound.Tidal.MIDI.Control-                   Sound.Tidal.MIDI.Device-                   Sound.Tidal.MIDI.Stream-                   Sound.Tidal.MIDI.Output-                   Sound.Tidal.MIDI.CC-                   Sound.Tidal.MIDI.GMPerc-                   Sound.Tidal.MIDI.Synth-                   Sound.Tidal.MIDI.Synthino-                   Sound.Tidal.MIDI.Blofeld-                   Sound.Tidal.MIDI.MBase01-                   Sound.Tidal.MIDI.Tetra-                   Sound.Tidal.MIDI.Ambika-                   Sound.Tidal.MIDI.MiniAtmegatron-                   Sound.Tidal.MIDI.VolcaBeats-                   Sound.Tidal.MIDI.VolcaBass-                   Sound.Tidal.MIDI.VolcaKeys-                   Sound.Tidal.MIDI.VolcaFM-                   Sound.Tidal.MIDI.System1M-                   Sound.Tidal.MIDI.KorgKP3--  Build-depends: base < 5, tidal >= 0.9.9, PortMidi >= 0.1.6.0 && < 0.2, time, containers, transformers--source-repository head-  type:     git-  location: https://github.com/tidalcycles/tidal-midi+name:                tidal-midi
+version:             0.9.10
+x-revision: 2
+synopsis:            MIDI support for tidal
+-- description:
+homepage:            http://tidal.lurk.org/
+license:             GPL-3
+license-file:        LICENSE
+author:              Alex McLean
+maintainer:          Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com>
+Stability:           Experimental
+Copyright:           (c) Alex McLean and other contributors, 2015
+category:            Sound
+build-type:          Simple
+cabal-version:       >=1.6
+-- Travis CI integration
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+
+Description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly.
+
+library
+  Exposed-modules: Sound.Tidal.MIDI.Context
+                   Sound.Tidal.MIDI.Control
+                   Sound.Tidal.MIDI.Device
+                   Sound.Tidal.MIDI.Stream
+                   Sound.Tidal.MIDI.Output
+                   Sound.Tidal.MIDI.CC
+                   Sound.Tidal.MIDI.GMPerc
+                   Sound.Tidal.MIDI.Synth
+                   Sound.Tidal.MIDI.Synthino
+                   Sound.Tidal.MIDI.Blofeld
+                   Sound.Tidal.MIDI.MBase01
+                   Sound.Tidal.MIDI.Tetra
+                   Sound.Tidal.MIDI.Ambika
+                   Sound.Tidal.MIDI.MiniAtmegatron
+                   Sound.Tidal.MIDI.VolcaBeats
+                   Sound.Tidal.MIDI.VolcaBass
+                   Sound.Tidal.MIDI.VolcaKeys
+                   Sound.Tidal.MIDI.VolcaFM
+                   Sound.Tidal.MIDI.System1M
+                   Sound.Tidal.MIDI.KorgKP3
+
+  Build-depends: base < 5
+    , tidal >= 0.9.9 && < 1
+    , PortMidi >= 0.1.6.0 && < 0.2
+    , time
+    , containers
+    , transformers
+
+source-repository head
+  type:     git
+  location: https://github.com/tidalcycles/tidal-midi
revision 3
 name:                tidal-midi
 version:             0.9.10
-x-revision: 2
-synopsis:            MIDI support for tidal
+x-revision: 3
+synopsis:            Please ignore this package.
 -- description:
 homepage:            http://tidal.lurk.org/
 license:             GPL-3
 -- Travis CI integration
 tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 
-Description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly.
+Description: This package is no longer maintained, and does not work with recent tidal versions. MIDI is now generally done via superdirt. Please ignore this package, thanks!
 
 library
   Exposed-modules: Sound.Tidal.MIDI.Context