packages feed

vacuum 2.1.0.0 → 2.1.0.1

raw patch · 3 files changed

+3/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

AUTHORS.txt view
@@ -11,3 +11,4 @@  * Conrad Parker * Ivan Lazar Miljenovic+* John Lato
src/GHC/Vacuum.hs view
@@ -68,7 +68,7 @@ import Control.Monad import Control.Applicative import Control.Exception-import Prelude+import Prelude hiding(catch) import Control.Concurrent  import Foreign hiding (unsafePerformIO, void)
vacuum.cabal view
@@ -1,5 +1,5 @@ name:               vacuum-version:            2.1.0.0+version:            2.1.0.1 synopsis:           Graph representation of the GHC heap description:   Vacuum is a library for extracting graph representations of values