packages feed

sydtest-mutation-runtime-0.1.0.0: sydtest-mutation-runtime.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.3.
--
-- see: https://github.com/sol/hpack

name:           sydtest-mutation-runtime
version:        0.1.0.0
synopsis:       Runtime support library for sydtest's mutation testing
description:    Runtime support library for sydtest's mutation testing. It provides the manifest, coverage and identifier types shared between the core sydtest library, the mutation plugin, and the mutation driver. See https://github.com/NorfairKing/sydtest#readme for more information.
category:       Testing
homepage:       https://github.com/NorfairKing/sydtest#readme
bug-reports:    https://github.com/NorfairKing/sydtest/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
license:        OtherLicense
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/NorfairKing/sydtest

library
  exposed-modules:
      Test.Syd.Mutation.AugmentedManifest
      Test.Syd.Mutation.Manifest
      Test.Syd.Mutation.Manifest.Render
      Test.Syd.Mutation.Runtime
      Test.Syd.Mutation.TestBaselineMap
      Test.Syd.Mutation.TestCoverageMap
      Test.Syd.Mutation.TestId
      Test.Syd.Mutation.TestLocation
  other-modules:
      Paths_sydtest_mutation_runtime
  hs-source-dirs:
      src
  build-depends:
      QuickCheck
    , aeson
    , autodocodec
    , base >=4.7 && <5
    , bytestring
    , containers
    , fast-myers-diff >=0.0.1
    , genvalidity
    , genvalidity-containers
    , genvalidity-path
    , genvalidity-text
    , path
    , path-io
    , safe-coloured-text
    , text
    , unordered-containers
    , vector
  default-language: Haskell2010