diff options
| author | Yuchen Pei <hi@ypei.me> | 2022-08-18 23:52:46 +1000 | 
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2022-08-18 23:52:46 +1000 | 
| commit | aeda72623e26afe2d3bcb1394000e2a827787b6b (patch) | |
| tree | aa8a4d98bf330a5359131f01dbfda0443d76f2a8 /src | |
| parent | c60f10c839c833b8babc0118227459072b2d7283 (diff) | |
removing a debugging function
Diffstat (limited to 'src')
| -rw-r--r-- | src/HaskellCodeExplorer/PackageInfo.hs | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/src/HaskellCodeExplorer/PackageInfo.hs b/src/HaskellCodeExplorer/PackageInfo.hs index 7558fa2..e9b3777 100644 --- a/src/HaskellCodeExplorer/PackageInfo.hs +++ b/src/HaskellCodeExplorer/PackageInfo.hs @@ -9,7 +9,6 @@  module HaskellCodeExplorer.PackageInfo    ( createPackageInfo -  , testCreatePkgInfo    , ghcVersion    ) where  import           Control.DeepSeq                ( deepseq ) @@ -135,10 +134,6 @@ import           System.FilePath                ( (</>)                                                  , takeFileName                                                  ) -testCreatePkgInfo :: FilePath -> IO (HCE.PackageInfo HCE.ModuleInfo) -testCreatePkgInfo pkgPath = runStdoutLoggingT -  $ createPackageInfo pkgPath Nothing HCE.AfterPreprocessing [] [] -  createPackageInfo    :: FilePath -- ^ Path to a Cabal package    -> Maybe FilePath -- ^ Relative path to a dist directory  | 
