-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Haskell development tool agregate -- -- An attempt to group development that would typically run on CI / local -- into one tasty interface. @package devtools @version 0.1.0 module Devtools.HLint testTree :: [String] -> TestTree instance Test.Tasty.Core.IsTest Devtools.HLint.HLintTest module Devtools.Prelude module Devtools.Config newtype Target Target :: Text -> Target targetString :: Target -> String data Config Config :: [String] -> [Target] -> Config [hlintArguments] :: Config -> [String] [targets] :: Config -> [Target] module Devtools.Dependencies getFilename :: IO FilePath testTree :: FilePath -> [Target] -> TestTree module Devtools data Config Config :: [String] -> [Target] -> Config [hlintArguments] :: Config -> [String] [targets] :: Config -> [Target] newtype Target Target :: Text -> Target defaultConfig :: Config defaultMain :: IO () main :: Config -> IO () testTree :: Config -> IO TestTree