packages feed

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

module Trace.Hpc.Codecov.Config where

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