mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 11:16:34 +01:00
Style tweak
This commit is contained in:
parent
794881627e
commit
7f7250702b
@ -84,10 +84,7 @@ databaseTarget shakeDir pb = do
|
||||
liftIO (createDirectoryIfMissing True dir)
|
||||
liftIO (removeDirectoryRecursive dir)
|
||||
() <- cmd "ghc-pkg" "init" dir
|
||||
liftIO
|
||||
(copyBuiltInHaddocks
|
||||
(FP.decodeString
|
||||
(pbDocDir pb)))
|
||||
liftIO $ copyBuiltInHaddocks $ FP.decodeString $ pbDocDir pb
|
||||
makeFile (targetForDb' shakeDir)
|
||||
where dir = buildDatabase pb
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user