hsinspect 0.0.2 → 0.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- exe/Main.hs +1/−1
- hsinspect.cabal +1/−1
exe/Main.hs view
@@ -50,7 +50,7 @@ , GHC.ghcLink = GHC.NoLink } let modules = GHC.mkModuleName <$> (filter (isUpper . head) ghcargs)- GHC.setTargets $ (\m -> GHC.Target (GHC.TargetModule m) False Nothing) <$> modules+ GHC.setTargets $ (\m -> GHC.Target (GHC.TargetModule m) True Nothing) <$> modules case args of "imports" : file : rest -> do quals <- imports file
hsinspect.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hsinspect-version: 0.0.2+version: 0.0.3 synopsis: Inspect Haskell source files. license: GPL-3.0-or-later license-file: LICENSE