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: 2c277fd6868c767ff3555a498d12d4d499aa79026f19309cba962439e1170c19 name: inbox version: 0.1.0 synopsis: Inbox for asychronous messages description: Facilitates testing of asynchronous behavior category: Testing homepage: https://github.com/luntain/error-or-bundle/blob/master/inbox#readme author: Kamil Dworakowski maintainer: kamil@dworakowski.name copyright: 2020 Kamil Dworakowski license: BSD3 license-file: LICENSE tested-with: GHC==8.0.1, GHC==8.2.2, GHC==8.8.1, GHC==8.8.3, GHC==8.10.2 build-type: Simple extra-source-files: README.md library exposed-modules: Test.Inbox other-modules: Paths_inbox hs-source-dirs: src build-depends: async , base >=4.7 && <5 , error-or , text , time default-language: Haskell2010