-- Initial singnal.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: singnal version: 0.1.1.0 synopsis: Singnal description: Singnal license: AGPL-3 license-file: LICENSE author: Zaoqi maintainer: zaomir@outlook.com -- copyright: category: Concurrency build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 homepage: https://github.com/zaoqi/Signal.hs library exposed-modules: Control.Concurrent.Signal -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 -- hs-source-dirs: default-language: Haskell2010