cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 52897407ff2f9d2290fd2c1b269593b8b9fe682997abbd9aefdd97a9b740d1ae name: PortMidi-simple version: 0.1.0.0 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 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 default-language: Haskell2010