1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Export readProjectFromPaths.

This commit is contained in:
Patrick Thomson 2020-02-11 13:21:31 -05:00
parent 7f0f68c94d
commit 4523b33d98

View File

@ -7,6 +7,7 @@ module Data.Blob.IO
, readBlobFromPath , readBlobFromPath
, readBlobsFromDir , readBlobsFromDir
, readFilePair , readFilePair
, readProjectFromPaths
) where ) where
import Analysis.Blob import Analysis.Blob