mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
Don't need to hide readFile
This commit is contained in:
parent
5fbcca4fe4
commit
1232cc372a
@ -3,7 +3,7 @@
|
||||
module Graphing.Calls.Spec ( spec ) where
|
||||
|
||||
import Prelude hiding (readFile)
|
||||
import SpecHelpers hiding (readFile)
|
||||
import SpecHelpers
|
||||
|
||||
import Algebra.Graph
|
||||
|
||||
|
@ -15,7 +15,7 @@ import Data.Blob
|
||||
import Data.Handle
|
||||
import qualified Semantic.Git as Git
|
||||
import Shelly (cd, run_, shelly, silently, touchfile, writefile)
|
||||
import SpecHelpers hiding (readFile)
|
||||
import SpecHelpers
|
||||
import System.Path ((</>))
|
||||
import qualified System.Path as Path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user