cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: a22901de12d8210b05f349278175bcc7664f5553351418c9e3be872a4ca12b7c name: PortMidi-simple version: 0.1.0.1 synopsis: Simplified PortMidi wrapper category: Sound author: Alexander Bondarenko maintainer: aenor.realm@gmail.com copyright: Alexander Bondarenko license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.com/dpwiz/PortMidi-simple flag executables manual: True default: False library exposed-modules: Sound.PortMidi.Simple Sound.PortMidi.SysEx other-modules: Paths_PortMidi_simple hs-source-dirs: src build-depends: PortMidi , base >=4.7 && <5 default-language: Haskell2010 executable channel-reader main-is: Main.hs other-modules: Paths_PortMidi_simple hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: PortMidi , PortMidi-simple , base >=4.7 && <5 if !flag(executables) buildable: False default-language: Haskell2010