pool 0.0.1 → 0.0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Pool.hs +2/−2
- pool.cabal +1/−1
Data/Pool.hs view
@@ -23,8 +23,8 @@ import Control.Monad data PoolData a = PoolData- { poolAvail :: [a]- , poolCreated :: Int+ { poolAvail :: ![a]+ , poolCreated :: !Int } data Pool a = Pool
pool.cabal view
@@ -1,5 +1,5 @@ name: pool-version: 0.0.1+version: 0.0.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>