packages feed

sarif-0.1: sarif.cabal

cabal-version: 1.12

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

name:           sarif
version:        0.1
synopsis:       SARIF implementation for Haskell
description:    Provides types and JSON instances for the Static Analysis Results Interchange Format (SARIF).
category:       Data
homepage:       https://github.com/mbg/sarif#readme
bug-reports:    https://github.com/mbg/sarif/issues
author:         Michael B. Gale
maintainer:     github@michael-gale.co.uk
copyright:      Copyright (c) Michael B. Gale
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/mbg/sarif

library
  exposed-modules:
      Data.Aeson.Optional
      Data.SARIF
      Data.SARIF.Artifact
      Data.SARIF.Level
      Data.SARIF.Location
      Data.SARIF.Log
      Data.SARIF.MultiformatMessageString
      Data.SARIF.ReportingDescriptor
      Data.SARIF.Result
      Data.SARIF.Run
      Data.SARIF.Tool
  other-modules:
      Paths_sarif
  hs-source-dirs:
      src
  default-extensions:
      DeriveAnyClass
      DeriveGeneric
      OverloadedStrings
      RecordWildCards
  ghc-options: -Wall
  build-depends:
      aeson
    , base >=4.8 && <5
    , bytestring
    , containers
    , text
    , uuid-types
  default-language: Haskell2010