unliftio-pool 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~unliftio-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: unliftio-core
API changes (from Hackage documentation)
Files
- unliftio-pool.cabal +3/−3
unliftio-pool.cabal view
@@ -1,5 +1,5 @@ name: unliftio-pool-version: 0.2.1.0+version: 0.2.1.1 synopsis: Data.Pool generalized to MonadUnliftIO. description: This is a generalization of Data.Pool to MonadUnliftIO. license: BSD3@@ -8,7 +8,7 @@ maintainer: Bardur Arantsson <bardur@scientician.net> category: Control, Data, Database, Network build-type: Simple-cabal-version: >=1.10+cabal-version: 1.24 source-repository head type: git@@ -20,6 +20,6 @@ , resource-pool >= 0.2.3.2 && < 0.3 , time >= 1.8 && < 2 , transformers >= 0.5 && < 0.6- , unliftio-core >= 0.1.1 && < 0.2+ , unliftio-core >= 0.1.1 && < 0.3 hs-source-dirs: src default-language: Haskell2010