-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 6ca5582046f74fd2e94f44a1652944e0bceb39a5a715a49b0615c8eafd8f573e name: unliftio version: 0.2.0.0 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) description: Please see the README.md file for details. 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 , 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.Temporary UnliftIO.Timeout other-modules: Paths_unliftio default-language: Haskell2010