packages feed

lr-acts-0.2: lr-acts.cabal

cabal-version: 2.2

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

name:           lr-acts
version:        0.2
synopsis:       Left and right actions, semidirect products and torsors
description:    Please see the README on GitHub at <https://github.com/AliceRixte/lr-acts/blob/main/README.md>
category:       Algebra, Math, Data
homepage:       https://github.com/AliceRixte/lr-acts#readme
bug-reports:    https://github.com/AliceRixte/lr-acts/issues
author:         Alice Rixte
maintainer:     alice.rixte@u-bordeaux.fr
copyright:      (c) Alice Rixte 2025
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC == 9.8.2 || == 9.10.2 || == 9.10.3
extra-source-files:
    README.md
extra-doc-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/AliceRixte/lr-acts

library
  exposed-modules:
      Data.Act
      Data.Act.Act
      Data.Act.Cyclic
      Data.Act.Torsor
      Data.Semidirect
      Data.Semidirect.Lazy
      Data.Semidirect.Strict
  other-modules:
      Paths_lr_acts
  autogen-modules:
      Paths_lr_acts
  hs-source-dirs:
      src
  ghc-options: -Wall -threaded -fprint-potential-instances
  build-depends:
      base >=4.18 && <5
    , data-default >=0.7 && <0.9
    , groups ==0.5.*
  default-language: GHC2024

test-suite lr-acts-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_lr_acts
  autogen-modules:
      Paths_lr_acts
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded
  build-depends:
      QuickCheck >=2.14.3
    , base >=4.18 && <5
    , data-default >=0.7 && <0.9
    , groups ==0.5.*
    , hspec >=2.11
    , lr-acts
  default-language: GHC2024

benchmark lr-acts-bench
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_lr_acts
  autogen-modules:
      Paths_lr_acts
  hs-source-dirs:
      benchmark
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.18 && <5
    , criterion >=1.6
    , data-default >=0.7 && <0.9
    , groups ==0.5.*
    , lr-acts
  default-language: GHC2024