packages feed

patrol-0.0.2: patrol.cabal

cabal-version: 2.0

name: patrol
version: 0.0.2
synopsis: Sentry SDK
description: Patrol is a Sentry SDK.

build-type: Simple
category: Exceptions
extra-source-files:
  CHANGELOG.markdown
  README.markdown
license-file: LICENSE.markdown
license: ISC
maintainer: Taylor Fausak

source-repository head
  location: https://github.com/tfausak/patrol
  type: git

library
  autogen-modules: Paths_patrol
  build-depends:
    base >= 4.13.0 && < 4.17
    , aeson >= 1.4.6 && < 1.6 || >= 2.0.3 && < 2.1
    , bytestring >= 0.10.10 && < 0.12
    , case-insensitive >= 1.2.1 && < 1.3
    , containers >= 0.6.2 && < 0.7
    , http-client >= 0.6.4 && < 0.8
    , http-types >= 0.12.3 && < 0.13
    , network-uri >= 2.6.2 && < 2.7
    , text >= 1.2.4 && < 1.3
    , time >= 1.9.3 && < 1.12
    , uuid >= 1.3.13 && < 1.4
  default-extensions: NamedFieldPuns
  default-language: Haskell2010
  exposed-modules:
    Patrol
    Patrol.Client
    Patrol.Utility.Json
    Patrol.Utility.Maybe
    Patrol.Type.Dsn
    Patrol.Type.Event
    Patrol.Type.EventId
    Patrol.Type.Exception
    Patrol.Type.Frame
    Patrol.Type.Level
    Patrol.Type.Platform
    Patrol.Type.Request
    Patrol.Type.Response
    Patrol.Type.StackTrace
    Patrol.Type.Timestamp
    Patrol.Type.User
  ghc-options:
    -Weverything
    -Wno-all-missed-specialisations
    -Wno-implicit-prelude
    -Wno-missing-deriving-strategies
    -Wno-missing-exported-signatures
    -Wno-safe
    -Wno-unsafe
  hs-source-dirs: src/lib
  other-modules: Paths_patrol

  if impl(ghc >= 8.10)
    ghc-options:
      -Wno-missing-safe-haskell-mode
      -Wno-prepositive-qualified-module

  if impl(ghc >= 9.2)
    ghc-options:
      -Wno-missing-kind-signatures