-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 5a724f566f49e39a6208566cbc3e42117113cd8c19867e2f53151c8022d9919b name: unliftio version: 0.2.2.0 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) description: Please see the documentation and README at category: Control homepage: https://github.com/fpco/unliftio/tree/master/unliftio#readme author: Michael Snoyman, Francesco Mazzoli maintainer: michael@snoyman.com copyright: 2017 FP Complete license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md library hs-source-dirs: src build-depends: async >2.1.1 , base >=4.7 && <5 , deepseq , directory , filepath , stm >=2.4.3 , transformers , unliftio-core if !os(Windows) build-depends: unix exposed-modules: UnliftIO UnliftIO.Async UnliftIO.Chan UnliftIO.Concurrent UnliftIO.Exception UnliftIO.IO UnliftIO.IORef UnliftIO.MVar UnliftIO.STM UnliftIO.Temporary UnliftIO.Timeout other-modules: Paths_unliftio default-language: Haskell2010 test-suite unliftio-spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: async >2.1.1 , base >=4.7 && <5 , deepseq , directory , filepath , hspec , stm >=2.4.3 , transformers , unliftio , unliftio-core if !os(Windows) build-depends: unix other-modules: UnliftIO.ExceptionSpec Paths_unliftio default-language: Haskell2010