Cabal revisions of unliftio-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.17.0.------ see: https://github.com/sol/hpack--name: unliftio-version: 0.1.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/monad-unlift/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:- base >= 4.7 && < 5- , async > 2.1.1- , deepseq- , directory- , filepath- , monad-logger- , resourcet- , transformers- , unliftio-core- if !os(Windows)- build-depends:- unix- exposed-modules:- UnliftIO- UnliftIO.Async- UnliftIO.Chan- UnliftIO.Exception- UnliftIO.IO- UnliftIO.IORef- UnliftIO.Instances- UnliftIO.MVar- UnliftIO.Resource- UnliftIO.Temporary- UnliftIO.Timeout- other-modules:- Paths_unliftio- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.17.0. +-- +-- see: https://github.com/sol/hpack + +name: unliftio +version: 0.1.0.0 +x-revision: 1 +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/monad-unlift/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: + base >= 4.7 && < 5 + , async > 2.1.1 + , deepseq + , directory + , filepath + , monad-logger < 0.3.26 + , resourcet < 1.1.10 + , transformers + , unliftio-core + if !os(Windows) + build-depends: + unix + exposed-modules: + UnliftIO + UnliftIO.Async + UnliftIO.Chan + UnliftIO.Exception + UnliftIO.IO + UnliftIO.IORef + UnliftIO.Instances + UnliftIO.MVar + UnliftIO.Resource + UnliftIO.Temporary + UnliftIO.Timeout + other-modules: + Paths_unliftio + default-language: Haskell2010