[Git][ghc/ghc][master] Re-add BangPatterns to CodePage.hs

Marge Bot gitlab at gitlab.haskell.org
Thu Aug 13 07:45:34 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
cf97889a by Hécate at 2020-08-13T03:45:29-04:00
Re-add BangPatterns to CodePage.hs

- - - - -


1 changed file:

- libraries/base/GHC/IO/Encoding/CodePage.hs


Changes:

=====================================
libraries/base/GHC/IO/Encoding/CodePage.hs
=====================================
@@ -1,4 +1,6 @@
+{-# LANGUAGE BangPatterns #-}
 {-# LANGUAGE CPP #-}
+{-# LANGUAGE MagicHash #-}
 {-# LANGUAGE NoImplicitPrelude #-}
 {-# LANGUAGE NondecreasingIndentation #-}
 {-# LANGUAGE Trustworthy #-}



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cf97889a38edc3314a7b61e6e0b6e6d0f434c8a2
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/20200813/914e6766/attachment.html>


More information about the ghc-commits mailing list