-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 1bad09ed70712d36c4a392da05c02952b932befd883b7013501c876023f34cf2 name: unliftio version: 0.2.4.0 x-revision: 1 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 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 hs-source-dirs: src build-depends: async >2.1.1 , base >=4.7 && <5 , deepseq >= 1.1.0.0 , directory , filepath , stm >=2.4.3 && <2.5 , transformers , unliftio-core >=0.1.1.0 if !os(Windows) build-depends: unix if os(darwin) c-sources: cbits/time-osx.c else if os(windows) c-sources: cbits/time-windows.c else c-sources: cbits/time-posix.c default-language: Haskell2010 test-suite unliftio-spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: UnliftIO.ExceptionSpec UnliftIO.IOSpec Paths_unliftio hs-source-dirs: test build-depends: async >2.1.1 , base >=4.7 && <5 , deepseq >= 1.1.0.0 , directory , filepath , hspec , stm >=2.4.3 && <2.5 , transformers , unliftio , unliftio-core >=0.1.1.0 if !os(Windows) build-depends: unix default-language: Haskell2010