[Git][ghc/ghc][wip/bump-win32] base: Reintroduce necessary LANGUAGE pragmas
Ben Gamari
gitlab at gitlab.haskell.org
Thu Oct 15 13:29:27 UTC 2020
Ben Gamari pushed to branch wip/bump-win32 at Glasgow Haskell Compiler / GHC
Commits:
338c2dfa by Ben Gamari at 2020-10-15T09:28:58-04:00
base: Reintroduce necessary LANGUAGE pragmas
These were incorrectly removed in a recent cleanup commit.
- - - - -
1 changed file:
- libraries/base/GHC/IO/Handle/Lock/Windows.hsc
Changes:
=====================================
libraries/base/GHC/IO/Handle/Lock/Windows.hsc
=====================================
@@ -1,6 +1,8 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE InterruptibleFFI #-}
{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE LambdaCase #-}
+{-# LANGUAGE MultiWayIf #-}
-- | File locking for Windows.
module GHC.IO.Handle.Lock.Windows where
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/338c2dfa5adc5ffe0074dc77f854a895a4b2268a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/338c2dfa5adc5ffe0074dc77f854a895a4b2268a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201015/a8f5f282/attachment.html>
More information about the ghc-commits
mailing list