mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +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
|
module Graphing.Calls.Spec ( spec ) where
|
||||||
|
|
||||||
import Prelude hiding (readFile)
|
import Prelude hiding (readFile)
|
||||||
import SpecHelpers hiding (readFile)
|
import SpecHelpers
|
||||||
|
|
||||||
import Algebra.Graph
|
import Algebra.Graph
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ import Data.Blob
|
|||||||
import Data.Handle
|
import Data.Handle
|
||||||
import qualified Semantic.Git as Git
|
import qualified Semantic.Git as Git
|
||||||
import Shelly (cd, run_, shelly, silently, touchfile, writefile)
|
import Shelly (cd, run_, shelly, silently, touchfile, writefile)
|
||||||
import SpecHelpers hiding (readFile)
|
import SpecHelpers
|
||||||
import System.Path ((</>))
|
import System.Path ((</>))
|
||||||
import qualified System.Path as Path
|
import qualified System.Path as Path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user