summaryrefslogtreecommitdiff
path: root/lib/LintConfig.hs
diff options
context:
space:
mode:
authorstuebinm2022-01-15 00:46:30 +0100
committerstuebinm2022-01-15 00:47:41 +0100
commit868194be1f8da4d434498247dea715c2aa5ff869 (patch)
tree12bd386b6c05a61fec32836fc808d3d0d2e919a2 /lib/LintConfig.hs
parent98faf732052c24766b0abfc38ce6b7178c226a61 (diff)
use hpack and clean up modules
as annoying as yaml is, cabal's package format is somehow worse, apparently
Diffstat (limited to 'lib/LintConfig.hs')
-rw-r--r--lib/LintConfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LintConfig.hs b/lib/LintConfig.hs
index 904d930..e71638b 100644
--- a/lib/LintConfig.hs
+++ b/lib/LintConfig.hs
@@ -10,7 +10,7 @@
{-# LANGUAGE UndecidableInstances #-}
-- | Module that deals with handling config options
-module LintConfig where
+module LintConfig (LintConfig(..), LintConfig', patchConfig) where
import Control.Monad.Identity (Identity)
import Data.Aeson (FromJSON (parseJSON), Options (..),