Skip to content
Snippets Groups Projects
Commit 6b6938db authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Fix import

parent 85530718
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ import System.FilePath ( takeDirectory, (</>) ) ...@@ -47,7 +47,7 @@ import System.FilePath ( takeDirectory, (</>) )
#if MIN_VERSION_base(4,12,0) #if MIN_VERSION_base(4,12,0)
import GHC.ResponseFile ( getArgsWithResponseFiles ) import GHC.ResponseFile ( getArgsWithResponseFiles )
#else #else
import GHC.Environment ( getArgs ) import System.Environment ( getArgs )
#endif #endif
import Common import Common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment