[Git][ghc/ghc][wip/ipe-optimisation-9.4] 2 commits: Drop unused LANGUAGE pragma

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Jun 22 21:17:21 UTC 2023



Ben Gamari pushed to branch wip/ipe-optimisation-9.4 at Glasgow Haskell Compiler / GHC


Commits:
e6fd74b6 by Ben Gamari at 2023-06-22T17:15:23-04:00
Drop unused LANGUAGE pragma

- - - - -
48daf5dd by Ben Gamari at 2023-06-22T17:17:12-04:00
gitlab-ci: Allow linters to fail

- - - - -


2 changed files:

- .gitlab-ci.yml
- compiler/GHC/Data/OrdList.hs


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -93,6 +93,7 @@ workflow:
 
 .lint:
   stage: tool-lint
+  allow_failure: true
   tags:
     - lint
   rules:


=====================================
compiler/GHC/Data/OrdList.hs
=====================================
@@ -9,7 +9,6 @@
 {-# LANGUAGE ViewPatterns #-}
 {-# LANGUAGE PatternSynonyms #-}
 {-# LANGUAGE UnboxedSums #-}
-{-# LANGUAGE UnboxedTuples #-}
 
 -- | Provide trees (of instructions), so that lists of instructions can be
 -- appended in linear time.



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d12dc60bf8b9c2d6a8c060564ec3e92eb2c755eb...48daf5dd5e90e00f54ceb555f8b0fd8958aa38aa

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d12dc60bf8b9c2d6a8c060564ec3e92eb2c755eb...48daf5dd5e90e00f54ceb555f8b0fd8958aa38aa
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/20230622/62686d50/attachment.html>


More information about the ghc-commits mailing list