Skip to content

Commit 497873e

Browse files
committed
Hide some new accelerate-llvm modules in haddock
1 parent 29b75ea commit 497873e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

accelerate-llvm/src/Data/Array/Accelerate/LLVM/Target/ClangInfo.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{-# LANGUAGE TypeApplications #-}
2+
{-# OPTIONS_HADDOCK hide #-}
23
module Data.Array.Accelerate.LLVM.Target.ClangInfo where
34

45
import qualified Data.Array.Accelerate.LLVM.Internal.LLVMPretty.PP as LP

accelerate-llvm/src/Data/Array/Accelerate/TH/Compat.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{-# LANGUAGE PolyKinds #-}
44
{-# LANGUAGE ScopedTypeVariables #-}
55
{-# LANGUAGE TemplateHaskell #-}
6+
{-# OPTIONS_HADDOCK hide #-}
67
-- |
78
-- Module : Data.Array.Accelerate.TH.Compat
89
-- Copyright : [2019..2021] The Accelerate Team

accelerate-llvm/src/LLVM/AST/Type/GetElementPtr.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{-# LANGUAGE MultiParamTypeClasses #-}
33
{-# LANGUAGE PatternSynonyms #-}
44
{-# LANGUAGE QuantifiedConstraints #-}
5+
{-# OPTIONS_HADDOCK hide #-}
56
module LLVM.AST.Type.GetElementPtr where
67

78
import LLVM.AST.Type.Downcast

0 commit comments

Comments
 (0)