Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 7d36afa

Browse files
committed
Add hlint config
1 parent 844eb00 commit 7d36afa

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.hlint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# HLint configuration file
2+
##########################
3+
4+
- ignore:
5+
name: "Use camelCase"
6+
within: "Foreign.Lua.Module.System"

src/Foreign/Lua/Module/System.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
{-# LANGUAGE ScopedTypeVariables #-}
21
{-|
32
Module : Foreign.Lua.Module.System
43
Copyright : © 2019 Albert Krewinkel
54
License : MIT
65
Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
76
Stability : alpha
8-
Portability : Requires language extensions ForeignFunctionInterface,
9-
OverloadedStrings.
7+
Portability : Requires GHC 8 or later.
108
119
Provide a Lua module containing a selection of @'System'@ functions.
1210
-}

0 commit comments

Comments
 (0)