cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: oalg-abg version: 2.0.0.0 synopsis: Finitely generated abelian groups. description: Representing __finitely generated abelian groups__ ("OAlg.AbelianGroup.Definition") as finite products of __cyclic groups__ ("OAlg.AbelianGroup.ZMod") and additive homomorphisms between finitely generated abelian groups as matrices of additive homomorphisms between cyclic groups. . __Kernels__ and __Cokernels__ ("OAlg.AbelianGroup.KernelsAndCokernels") for additive homomorphisms between finitely generated abelian groups are provided by reducing Z-matrices to Smith Normal Form ("OAlg.AbelianGroup.Free.SmithNormalForm"). Further more the provided cokernels are all liftable. . Please see the README on GitHub at category: Mathematics, Algebra, Category homepage: https://github.com/zErichGut/oalg-main#readme bug-reports: https://github.com/zErichGut/oalg-main/issues author: Erich.Gut maintainer: zerich.gut@gmail.com copyright: Erich Gut license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/zErichGut/oalg-main subdir: oalg-abg library exposed-modules: OAlg.AbelianGroup.Definition OAlg.AbelianGroup.Euclid OAlg.AbelianGroup.Free OAlg.AbelianGroup.Free.Limes OAlg.AbelianGroup.Free.SmithNormalForm OAlg.AbelianGroup.KernelsAndCokernels OAlg.AbelianGroup.Liftable OAlg.AbelianGroup.Proposition OAlg.AbelianGroup.ZMod other-modules: Paths_oalg_abg 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 -Wno-name-shadowing -Wno-unused-top-binds -Wno-incomplete-uni-patterns build-depends: base >=4.17 && <5 , oalg-base >=3.0 && <4 default-language: Haskell2010 test-suite oalg-abg-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_oalg_abg 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 -Wno-name-shadowing -Wno-unused-top-binds -Wno-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.17 && <5 , oalg-abg , oalg-base >=3.0 && <4 default-language: Haskell2010