packages feed

clplug-1.0.0.0: clplug.cabal

cabal-version: 1.12

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

name:           clplug
version:        1.0.0.0
synopsis:       Easily add functionality to your lightning node
description:    For more information see the documentation about plugins from the core lightning project https://docs.corelightning.org/docs/plugins
category:       bitcoin, lightning, plugin
author:         autonomousorganization
maintainer:     autonomousorganization
copyright:      2024
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

library
  exposed-modules:
      Plugin.Client
      Plugin.Connect
      Plugin.Generic
      Plugin.Hooks
      Plugin.Internal.Conduit
      Plugin.Manifest
      Plugin.Notifications
  other-modules:
      Paths_clplug
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      aeson >=2.2.1 && <2.3
    , attoparsec >=0.14.4 && <0.15
    , attoparsec-aeson >=2.2.0 && <2.3
    , base >=4.19 && <5
    , bytestring >=0.12.1 && <0.13
    , conduit >=1.3.5 && <1.4
    , mtl >=2.3.1 && <2.4
    , network >=3.1.4 && <3.2
    , stm >=2.5.2 && <2.6
    , text >=2.1.1 && <2.2
  default-language: GHC2021

test-suite clplug-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_clplug
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      aeson >=2.2.1 && <2.3
    , attoparsec >=0.14.4 && <0.15
    , attoparsec-aeson >=2.2.0 && <2.3
    , base >=4.19 && <5
    , bytestring >=0.12.1 && <0.13
    , clplug
    , conduit >=1.3.5 && <1.4
    , mtl >=2.3.1 && <2.4
    , network >=3.1.4 && <3.2
    , stm >=2.5.2 && <2.6
    , text >=2.1.1 && <2.2
  default-language: GHC2021