cabal-version: 2.4 -- Initial package description 'monadic-recursion-schemes.cabal' generated -- by 'cabal init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: magma version: 0.6.1.1 synopsis: magma is an algebraic structure. description: magma is an algebraic structure consisting a set together with an binary operation. homepage: https://github.com/cutsea110/magma license: BSD-3-Clause license-file: LICENSE author: Katsutoshi Itoh maintainer: cutsea110@gmail.com -- copyright: category: Algebra, Data, Data Structures, Math extra-source-files: CHANGELOG.md library exposed-modules: Data.Magma -- other-modules: build-depends: base >=4.12.0.0 && <4.19, profunctors >= 3.2, semigroups >= 0.8.4, deepseq hs-source-dirs: src default-language: Haskell2010 test-suite magma-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base >=4.12.0.0, ghc-prim >=0.5.3