[Git][ghc/ghc][wip/T22935] add missing BangPatterns

Matthew Craven (@clyring) gitlab at gitlab.haskell.org
Thu Jul 27 17:40:33 UTC 2023



Matthew Craven pushed to branch wip/T22935 at Glasgow Haskell Compiler / GHC


Commits:
fa90e728 by Matthew Craven at 2023-07-27T13:38:46-04:00
add missing BangPatterns

- - - - -


1 changed file:

- libraries/base/GHC/Conc/Sync.hs


Changes:

=====================================
libraries/base/GHC/Conc/Sync.hs
=====================================
@@ -1,6 +1,7 @@
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE MagicHash #-}
 {-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE BangPatterns #-}
 {-# LANGUAGE RankNTypes #-}
 {-# LANGUAGE UnboxedTuples #-}
 {-# LANGUAGE UnliftedFFITypes #-}



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fa90e728f461d552b82a054b29af5ae285f4fb8c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fa90e728f461d552b82a054b29af5ae285f4fb8c
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/20230727/7fee84d6/attachment.html>


More information about the ghc-commits mailing list