projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54cc88
)
[PATCH] llvmGen: Add export list to GHC.Llvm.MetaData
author
Ben Gamari
<ben@smart-cactus.org>
Tue, 22 Aug 2023 16:23:26 +0000
(12:23 -0400)
committer
Gianfranco Costamagna
<locutusofborg@debian.org>
Mon, 17 Feb 2025 08:44:23 +0000
(09:44 +0100)
Gbp-Pq: Name 0001-llvmGen-Add-export-list-to-GHC.Llvm.MetaData.patch
compiler/GHC/Llvm/MetaData.hs
patch
|
blob
|
history
diff --git
a/compiler/GHC/Llvm/MetaData.hs
b/compiler/GHC/Llvm/MetaData.hs
index f46ae0a101abae9ce1377d7f855267539e6a9f26..a0b79eab9db1f704b7be7f056331606b0025795b 100644
(file)
--- a/
compiler/GHC/Llvm/MetaData.hs
+++ b/
compiler/GHC/Llvm/MetaData.hs
@@
-1,6
+1,12
@@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
-module GHC.Llvm.MetaData where
+module GHC.Llvm.MetaData
+ ( MetaId(..)
+ , ppMetaId
+ , MetaExpr(..)
+ , MetaAnnot(..)
+ , MetaDecl(..)
+ ) where
import GHC.Prelude