Skip to content

Commit 7cf0265

Browse files
committed
formatting
1 parent 5cc3906 commit 7cf0265

File tree

1 file changed

+7
-1
lines changed
  • plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion

1 file changed

+7
-1
lines changed

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/CabalFields.hs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
module Ide.Plugin.Cabal.Completion.CabalFields (findStanzaForColumn, getSectionsWithModules, getModulesNames, findFieldSection, findTextWord, findFieldLine, getOptionalSectionName, getAnnotation, getFieldName, onelineSectionArgs, getFieldEndPosition, getSectionArgEndPosition, getNameEndPosition, getFieldLineEndPosition, getFieldLSPRange) where
1+
module Ide.Plugin.Cabal.Completion.CabalFields
2+
( findStanzaForColumn, getModulesNames, getFieldLSPRange,
3+
findFieldSection, findTextWord, findFieldLine, getOptionalSectionName,
4+
getAnnotation, getFieldName, onelineSectionArgs, getFieldEndPosition,
5+
getSectionArgEndPosition, getNameEndPosition, getFieldLineEndPosition
6+
)
7+
where
28

39
import qualified Data.ByteString as BS
410
import Data.List (find)

0 commit comments

Comments
 (0)