Skip to content

Commit

Permalink
Merge pull request honza#325 from jdnavarro/master
Browse files Browse the repository at this point in the history
Add `OPTIONS_HADDOCK` snippet
  • Loading branch information
honza committed Mar 24, 2014
2 parents 4f4ad36 + 88cd206 commit 773c457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/haskell.snippets
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
snippet lang
{-# LANGUAGE ${0:OverloadedStrings} #-}
snippet haddock
{-# OPTIONS_HADDOCK ${0:hide} #-}
snippet info
-- |
-- Module : ${1:Module.Namespace}
Expand Down

0 comments on commit 773c457

Please sign in to comment.