diff --git a/snippets/haskell.snippets b/snippets/haskell.snippets index 02a2300..e4957e4 100644 --- a/snippets/haskell.snippets +++ b/snippets/haskell.snippets @@ -92,7 +92,7 @@ snippet where where ${1:fn} = ${0:undefined} snippet spec - module `substitute(substitute(expand('%:r'), '[/\\]','.','g'),'^\%(\l*\.\)\?','','')` (main spec) where + module `substitute(substitute(expand('%:r'), '[/\\]','.','g'),'^\%(\l*\.\)\?','','')` (main, spec) where import Test.Hspec import Test.QuickCheck