2019-08-13 19:23:03 +03:00
|
|
|
:: Copyright (c) 2019 The DAML Authors. All rights reserved.
|
2019-07-03 13:51:46 +03:00
|
|
|
:: SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-09-09 16:55:16 +03:00
|
|
|
@REM Install ghcide where cabal install would put it on Windows
|
2019-07-03 13:51:46 +03:00
|
|
|
@REM but avoid checking configure or installing local libraries (faster)
|
2019-09-09 16:55:16 +03:00
|
|
|
ghc Main -o dist\obj\ghcide.exe -XBangPatterns -XDeriveGeneric -XGeneralizedNewtypeDeriving -XLambdaCase -XNamedFieldPuns -XRecordWildCards -XScopedTypeVariables -XStandaloneDeriving -XTupleSections -XTypeApplications -XViewPatterns -package=ghc -DGHC_STABLE -isrc -iexe -outputdir dist\obj && copy dist\obj\ghcide.exe %AppData%\cabal\bin\ghcide.exe
|