packages feed

ldap-client-og-0.5.0: ldap-client-og.cabal

cabal-version: 1.12

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

name:           ldap-client-og
version:        0.5.0
synopsis:       Pure Haskell LDAP Client Library
description:    Pure Haskell LDAP client library implementing (parts of) RFC 4511.
category:       Network
homepage:       https://github.com/supki/ldap-client#readme
bug-reports:    https://github.com/supki/ldap-client/issues
maintainer:     matvey.aksenov@gmail.com
copyright:      Matvey Aksenov 2015
license:        BSD2
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC==9.6.6
extra-source-files:
    README.markdown
    CHANGELOG.markdown

source-repository head
  type: git
  location: https://github.com/supki/ldap-client

library
  exposed-modules:
      Ldap.Asn1.FromAsn1
      Ldap.Asn1.ToAsn1
      Ldap.Asn1.Type
      Ldap.Client
      Ldap.Client.Add
      Ldap.Client.Bind
      Ldap.Client.Compare
      Ldap.Client.Delete
      Ldap.Client.Extended
      Ldap.Client.Internal
      Ldap.Client.Modify
      Ldap.Client.Search
  other-modules:
      Paths_ldap_client_og
  hs-source-dirs:
      src
  ghc-options: -funbox-strict-fields -Wall -Wno-incomplete-uni-patterns
  build-depends:
      asn1-encoding
    , asn1-types
    , async
    , base >=4.18 && <5
    , bytestring
    , containers
    , crypton-connection
    , data-default
    , network
    , semigroups
    , stm
    , text
    , tls
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Ldap.Client.AddSpec
      Ldap.Client.BindSpec
      Ldap.Client.CompareSpec
      Ldap.Client.DeleteSpec
      Ldap.Client.ExtendedSpec
      Ldap.Client.ModifySpec
      Ldap.Client.SearchSpec
      Ldap.ClientSpec
      SpecHelper
      Paths_ldap_client_og
  hs-source-dirs:
      test
  ghc-options: -Wall -Wno-incomplete-uni-patterns -threaded -with-rtsopts=-N
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      base >=4.18 && <5
    , bytestring
    , hspec
    , ldap-client-og
    , process
    , semigroups
  default-language: Haskell2010