Skip to content

Commit 88cd206

Browse files
committed
Add OPTIONS_HADDOCK snippet
1 parent 4f4ad36 commit 88cd206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: snippets/haskell.snippets

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
snippet lang
22
{-# LANGUAGE ${0:OverloadedStrings} #-}
3+
snippet haddock
4+
{-# OPTIONS_HADDOCK ${0:hide} #-}
35
snippet info
46
-- |
57
-- Module : ${1:Module.Namespace}

0 commit comments

Comments
 (0)