packages feed

boopadoop-0.0.0.1: boopadoop.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 425f991fc503fc954825df752ab44d8049b166438f4928aab27991d5435aea18

name:           boopadoop
version:        0.0.0.1
synopsis:       Mathematically sound sound synthesis
description:    Please see the README on GitHub at <https://github.com/Lazersmoke/boopadoop#readme>
category:       Music
homepage:       https://github.com/Lazersmoke/boopadoop#readme
bug-reports:    https://github.com/Lazersmoke/boopadoop/issues
author:         Sam Quinn
maintainer:     lazersmoke@gmail.com
copyright:      2019 Sam Quinn
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/Lazersmoke/boopadoop

library
  exposed-modules:
      Boopadoop
      Boopadoop.Diagram
      Boopadoop.Example
      Boopadoop.Interval
      Boopadoop.Rhythm
  other-modules:
      Paths_boopadoop
  hs-source-dirs:
      src
  build-depends:
      WAVE
    , base >=4.7 && <5
    , primes
    , semialign
    , split
  default-language: Haskell2010

test-suite boopadoop-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_boopadoop
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      WAVE
    , base >=4.7 && <5
    , boopadoop
    , primes
    , semialign
    , split
  default-language: Haskell2010