Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Feb 8, 2014
1 parent 90624d5 commit 028b20e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tidal.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tidal
version: 0.2.8
version: 0.2.13
synopsis: Pattern language for improvised music
-- description:
homepage: http://yaxu.org/tidal/
Expand All @@ -13,7 +13,7 @@ category: Sound
build-type: Simple
cabal-version: >=1.4

Extra-source-files: README.md tidal.el doc/tidal.pandoc doc/tidal.pdf
Extra-source-files: README.md tidal.el doc/tidal.md doc/tidal.pdf

Description: Tidal is a domain specific language for live coding pattern.

Expand All @@ -26,7 +26,6 @@ library
Sound.Tidal.Tempo
Sound.Tidal.Time
Sound.Tidal.Context

Other-modules: Sound.Tidal.Utils

Build-depends: base < 5, process, parsec, hosc > 0.13, hashable, colour, containers, time, websockets > 0.8, text, mtl, transformers, mersenne-random-pure64,binary
Build-depends: base < 5, process, parsec, hosc > 0.13, hashable, colour, containers, time, websockets > 0.8, text, mtl, transformers, mersenne-random-pure64,binary, bytestring

0 comments on commit 028b20e

Please sign in to comment.