packages feed

codecov-haskell-0.5.0: src/Trace/Hpc/Codecov/Config.hs

module Trace.Hpc.Codecov.Config where

data Config = Config {
    excludedDirs :: ![FilePath],
    testSuites   :: ![String],
    tixDir :: !FilePath,
    mixDir :: !FilePath
    }