name: tidal version: 1.0.11 synopsis: Pattern language for improvised music -- description: homepage: http://tidalcycles.org/ license: GPL-3 license-file: LICENSE author: Alex McLean maintainer: Alex McLean , Mike Hodnick Stability: Experimental Copyright: (c) Tidal contributors, 2019 category: Sound build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 data-files: BootTidal.hs Extra-source-files: README.md CHANGELOG.md tidal.el Description: Tidal is a domain specific language for live coding pattern. library ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010 Exposed-modules: Sound.Tidal.Bjorklund Sound.Tidal.Carabiner Sound.Tidal.Chords Sound.Tidal.Config Sound.Tidal.Control Sound.Tidal.Context Sound.Tidal.Core Sound.Tidal.MiniTidal Sound.Tidal.Params Sound.Tidal.ParseBP Sound.Tidal.Pattern Sound.Tidal.Scales Sound.Tidal.Simple Sound.Tidal.Stream Sound.Tidal.Tempo Sound.Tidal.Transition Sound.Tidal.UI Sound.Tidal.Utils Sound.Tidal.Version Sound.Tidal.EspGrid other-modules: Sound.Tidal.MiniTidal.TH Sound.Tidal.MiniTidal.Token Build-depends: base >=4.8 && <5 , containers < 0.7 , colour < 2.4 , hosc < 0.18 , text < 1.3 , parsec < 3.2 , network < 3.1 , mwc-random < 0.15 , vector < 0.13 , bifunctors < 5.6 , transformers < 0.5.7 , template-haskell >= 2.10.0.0 && < 2.15 , bytestring < 0.11 , clock < 0.8 if !impl(ghc >= 8.4.1) build-depends: semigroups == 0.18.* test-suite tests type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test ghc-options: -Wall other-modules: Sound.Tidal.ControlTest Sound.Tidal.CoreTest Sound.Tidal.MiniTidalTest Sound.Tidal.ParseTest Sound.Tidal.PatternTest Sound.Tidal.ScalesTest Sound.Tidal.UITest Sound.Tidal.UtilsTest TestUtils build-depends: base ==4.* , microspec >= 0.2.0.1 , containers , parsec , tidal default-language: Haskell2010 source-repository head type: git location: https://github.com/tidalcycles/Tidal