packages feed

Cabal revisions of tidal-0.2.2.7

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

revision 1
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version:             0.2.2.7+x-revision: 1  -- A short (one-line) description of the package. Synopsis:            Pattern language for improvised music   Exposed-modules:     Strategies, Dirt, Pattern, Stream, Parse, Tempo, Time      -- Packages needed in order to build this package.-  Build-depends: base < 5, process, parsec, hosc == 0.13, hashable, colour, containers, time, websockets, text, mtl, transformers+  Build-depends: base < 4.11, process, parsec, hosc == 0.13, hashable, colour, containers, time, websockets >= 0.7.2 && < 0.8, text, mtl, transformers      -- Modules not exported by this package.   Other-modules: Utils