packages feed

modulespection 0.1.0.5 → 0.1.0.6

raw patch · 2 files changed

+1/−2 lines, 2 files

Files

modulespection.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                modulespection-version:             0.1.0.5+version:             0.1.0.6 synopsis:            Template Haskell for introspecting a module's declarations description:   Collect all of the declarations in a module using Template Haskell (via the GHC API). 
src/Language/Haskell/TH/Module/Magic.hs view
@@ -110,7 +110,6 @@             liftIO $ parseDynamicFilePragma dflags opts          liftIO $ checkProcessArgsResult newDFlags unhandledFlags          if (xopt Opt_Cpp newDFlags) then do-            liftIO $ print "in cpp"             withSystemTempFile (takeBaseName filePath <> ".cpp") $ \cppFilePath handle -> do                liftIO $ hClose handle                liftIO $ doCpp newDFlags True False filePath cppFilePath