packages feed

vacuum 0.0.92 → 0.0.93

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/GHC/Vacuum.hs view
@@ -373,9 +373,9 @@                               "Array" -> return (take 2 ptrs) -- avoid the Array#                               "MallocPtr" -> return []            -- ForeignPtr                               "PlainPtr" -> return []             -- ForeignPtr-                              "IORef"     -> return []            -- avoid the MutVar#                               "STRef"     -> return []            -- avoid the MutVar#                               "PS"        -> return (drop 1 ptrs)+                              "Chunk"     -> return (drop 1 ptrs)                               _       -> return ptrs                 | otherwise -> return ptrs   xs <- mapM getId ptrs'
vacuum.cabal view
@@ -1,5 +1,5 @@ name:               vacuum-version:            0.0.92+version:            0.0.93 cabal-version:      >= 1.6 build-type:         Simple license:            LGPL