cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: dyna-processing version: 0.1.0.0 synopsis: FRP library for processing-for-haskell package description: Defines FRP library for processing-for-haskell package (see examples in the repo's source) homepage: https://github.com/githubuser/dyna-processing#readme bug-reports: https://github.com/githubuser/dyna-processing/issues author: Author name here maintainer: example@example.com copyright: 2022 Author name here license: BSD3 license-file: LICENSE category: Graphics, FRP build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/githubuser/dyna-processing library exposed-modules: Dyna.Proc Dyna.Proc.Frp Dyna.Proc.Run Dyna.Proc.Types other-modules: Paths_dyna_processing hs-source-dirs: src build-depends: base >=4.7 && <5 , Boolean , dyna , processing-for-haskell , lifted-base , monad-control , mtl , stm , temporal-media , time , transformers-base , vector-space , unagi-chan , random , MonadRandom default-language: Haskell2010 default-extensions: GADTs RankNTypes LambdaCase FlexibleContexts FlexibleInstances ExistentialQuantification MultiParamTypeClasses TypeApplications TypeFamilies TupleSections GeneralizedNewtypeDeriving UndecidableInstances ImportQualifiedPost RecordWildCards test-suite dyna-processing-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_dyna_processing hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , dyna-processing default-language: Haskell2010