Skip to content

Commit 773c457

Browse files
committed
Merge pull request honza#325 from jdnavarro/master
Add `OPTIONS_HADDOCK` snippet
2 parents 4f4ad36 + 88cd206 commit 773c457

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)