Skip to content

Commit

Permalink
Remove use of BlockArguments
Browse files Browse the repository at this point in the history
… as suggested by @Kleidukos
  • Loading branch information
Gabriella439 committed Oct 25, 2023
1 parent d8b2962 commit 9e4dad2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cabal/src/Distribution/Simple/Program/GHC.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE BlockArguments #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RankNTypes #-}
Expand Down Expand Up @@ -672,7 +671,7 @@ runGHCWithResponseFile workDir fileNameTemplate encoding verbosity ghcProg comp
fileNameTemplate
encoding
responseFileArgs
\responseFile -> do
$ \responseFile -> do
let newInvocation =
invocation{progInvokeArgs = ('@' : responseFile) : otherArgs}

Expand Down

0 comments on commit 9e4dad2

Please sign in to comment.