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: b398caf8159a6e48aaad2517ea385a910d1a2f67c86642e5c8d3d7d904c47136 name: boopadoop version: 0.0.0.2 synopsis: Mathematically sound sound synthesis description: Please see the README on GitHub at 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.Example other-modules: Boopadoop.Diagram Boopadoop.Rhythm Boopadoop.Interval Boopadoop.Discrete hs-source-dirs: src build-depends: WAVE , base >=4.7 && <5 , bytestring , containers , primes , semialign , split , vector default-language: Haskell2010 executable perfprof main-is: Main.hs other-modules: Paths_boopadoop hs-source-dirs: perfprof build-depends: WAVE , base >=4.7 && <5 , boopadoop , bytestring , containers , primes , semialign , split , vector 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 , bytestring , containers , primes , semialign , split , vector default-language: Haskell2010