packages feed

konnakol-0.1.0.0: konnakol.cabal

cabal-version:      2.4
name:               konnakol
version:            0.1.0.0
synopsis:
    Formalising the rules of Konnakol, an Indian percussional art form.

-- A longer description of the package.
description: Formalising the rules of Konnakol, an Indian percussional art form. Compositions can be validated, custom compositions can be generated as well as visualized. Compositions can also be generated in mini notation, which can they be used by Tidal Cycles to facilitate equivalent audio generation.
homepage:           https://github.com/tidalcycles/konnakol-gsoc

-- A URL where users can report bugs.
-- bug-reports:
license:            GPL-3.0-only
license-file:       LICENSE
author:             Aravind Mohandas
maintainer:         aravindmohandas.2k@gmail.com

-- A copyright notice.
-- copyright:
category:           Development
extra-source-files:
    CHANGELOG.md
    README.md

library
    exposed-modules:  MyLib, Konnakol.Define, Konnakol.Diagrams

    -- Modules included in this library but not exported.
    -- other-modules:

    -- LANGUAGE extensions used by modules in this package.
    -- other-extensions:
    build-depends:    base ^>=4.14.3.0, random >= 1.2.1.1, split >= 0.2.3.4, diagrams-lib >= 1.4.5, diagrams-svg >= 1.4, containers >= 0.6, colour >= 2.3, tidal >= 1.8.0
    hs-source-dirs:   .,src
    default-language: Haskell2010

test-suite konnakol-test
    default-language: Haskell2010
    type:             exitcode-stdio-1.0
    hs-source-dirs:   test
    main-is:          MyLibTest.hs
    build-depends:    base ^>=4.14.3.0

source-repository head
  type:     git
  location: https://github.com/tidalcycles/konnakol-gsoc