File: import_style.yaml

package info (click to toggle)
hlint 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 988 kB
  • sloc: haskell: 7,098; lisp: 86; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
- modules:
  - {name: HypotheticalModule1, as: HM1, asRequired: true}
  - {name: HypotheticalModule2, importStyle: explicitOrQualified}
  - {name: HypotheticalModule3, importStyle: qualified}
  - {name: 'HypotheticalModule3.*', importStyle: unqualified}
  - {name: 'HypotheticalModule3.OtherSubModule', importStyle: unrestricted, qualifiedStyle: post}
  - {name: HypotheticalModule4, importStyle: qualified, as: HM4, asRequired: true}
  - {name: HypotheticalModule5, importStyle: qualified, qualifiedStyle: post}