Skip to content

Commit

Permalink
Tweak the coding conventions section.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Feb 19, 2016
1 parent 1eaf2ee commit 26a43f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ Coding Conventions
Use spaces, not tabs. Use lines no longer than 80 characters. If you modify a
file, please follow the style conventions used in that file. When you add a new
top-level definition, please also add a Haddock comment. Use of GHC extensions
is allowed (except Template Haskell), provided that the dependencies policy is
top-level definition, please also add a Haddock comment. Use explicit import
lists for third-party and standard library imports. Use of GHC extensions is
allowed (except Template Haskell), provided that the dependencies policy is
respected. In general, try to adhere to [this style guide][guide].
[guide]: https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
Expand Down

0 comments on commit 26a43f4

Please sign in to comment.