Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jul 17, 2024
1 parent 68ae6ea commit a9b224a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion confer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ library
, effectful
, effectful-core
, extra
, file-embed
, filepath
, hostname
, hslua-aeson
Expand All @@ -94,7 +95,6 @@ library
, text-display
, validation-selective
, vector
, file-embed

if flag(development)
build-depends: placeholder
Expand Down
1 change: 1 addition & 0 deletions src/Confer/Config/Evaluator.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE TemplateHaskell #-}

module Confer.Config.Evaluator
( loadConfiguration
, adjustConfiguration
Expand Down

0 comments on commit a9b224a

Please sign in to comment.