packages feed

ghc-srcspan-plugin 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ghc-srcspan-plugin.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                ghc-srcspan-plugin-version:             0.2.2.0+version:             0.2.2.1 synopsis:            Generic GHC Plugin for annotating Haskell code with source                      location data. description:         This package provides a generic Core-to-Core pass for
src/GHC/Plugins/ErrorLoc.hs view
@@ -12,7 +12,9 @@  install :: [CommandLineOption] -> [CoreToDo] -> CoreM [CoreToDo] install opts todos = do+#if __GLASGOW_HASKELL__ < 802   reinitializeGlobals+#endif    hsc_env <- getHscEnv   errLocM <- lookupModule (mkModuleName "GHC.Plugins.ErrorLoc") Nothing