packages feed

acid-state-events-0.1.0.0: acid-state-events.cabal

cabal-version: 1.12

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

name:           acid-state-events
version:        0.1.0.0
synopsis:       Generic event bus for acid-state applications
description:    A generic event bus implementation for acid-state applications.
                Provides publish/subscribe with event logging and replay capabilities.
category:       Database
homepage:       https://github.com/juspay/vira/tree/main/packages/acid-state-events
author:         Sridhar Ratnakumar
maintainer:     srid@srid.ca
copyright:      2025 Sridhar Ratnakumar
license:        MIT
build-type:     Simple

library
  exposed-modules:
      Data.Acid.Events
  other-modules:
      Paths_acid_state_events
  hs-source-dirs:
      src
  default-extensions:
      DataKinds
      DeriveDataTypeable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      ExplicitForAll
      FlexibleContexts
      FlexibleInstances
      GeneralizedNewtypeDeriving
      ImportQualifiedPost
      LambdaCase
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      NoStarIsType
      NumericUnderscores
      OverloadedStrings
      ScopedTypeVariables
      StrictData
      TypeApplications
      TypeFamilies
      TypeOperators
      TypeSynonymInstances
      ViewPatterns
  ghc-options: -Wall -optP-Wno-nonportable-include-path -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -fprint-explicit-foralls -fprint-explicit-kinds
  build-depends:
      acid-state
    , base ==4.*
    , containers
    , stm
    , time
  default-language: GHC2021