cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 517a933855fd57fbd0985a94fb807ee9723640e29036e50d295a617945a1a669 name: ochan version: 0.1.0 synopsis: Owned channels in the Ownership Monad description: Resource tracking channels that use the rules enforced in the Ownership Monad. category: Concurrency homepage: https://github.com/lambda-land/OwnershipMonad#readme bug-reports: https://github.com/lambda-land/OwnershipMonad/issues author: Mike McGirr maintainer: mike@oatsmail.com copyright: 2017 Mike McGirr license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/lambda-land/OwnershipMonad library hs-source-dirs: src ghc-options: -Wall build-depends: async , base >=4.8 && <5 , bytestring , mtl ==2.2.1 , oref >=0.0.3 , text , transformers exposed-modules: Control.Concurrent.OChan other-modules: Paths_ochan default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: src test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: async , base >=4.8 && <5 , bytestring , mtl ==2.2.1 , oref >=0.0.3 , text , transformers other-modules: Control.Concurrent.OChan Paths_ochan default-language: Haskell2010