cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: pl-synth version: 0.1.0.0 synopsis: Bindings and wrappers for PL_SYNTH - no-deps sound effects synthesizer and tracker. category: Sound author: IC Rainbow maintainer: aenor.realm@gmail.com copyright: 2025 IC Rainbow license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md cbits/example.c cbits/pl_synth.c cbits/pl_synth.h source-repository head type: git location: https://gitlab.com/dpwiz/pl-synth library exposed-modules: Sound.PlSynth Sound.PlSynth.FFI other-modules: Paths_pl_synth autogen-modules: Paths_pl_synth hs-source-dirs: src default-extensions: BlockArguments DuplicateRecordFields ImportQualifiedPost LambdaCase NamedFieldPuns OverloadedStrings PatternSynonyms RecordWildCards StrictData ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints include-dirs: cbits/ c-sources: cbits/pl_synth.c build-depends: base >=4.7 && <5 default-language: Haskell2010 test-suite pl-synth-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Example O1Pro Paths_pl_synth autogen-modules: Paths_pl_synth hs-source-dirs: test default-extensions: BlockArguments DuplicateRecordFields ImportQualifiedPost LambdaCase NamedFieldPuns OverloadedStrings PatternSynonyms RecordWildCards StrictData ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , directory , pl-synth default-language: Haskell2010