-- Initial magma.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                magma
version:             0.2.2.0
synopsis:            magma is an algebraic structure consisting a set together with an binary operation.
description:         magma is an algebraic structure consisting a set together with an binary operation.
homepage:            https://github.com/cutsea110/magma
license:             BSD3
license-file:        LICENSE
author:              Katsutoshi Itoh
maintainer:          cutsea110@gmail.com
-- copyright:           
category:            Algebra, Data, Data Structures, Math
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.Magma
  -- other-modules:       
  build-depends:       base ==4.*,  profunctors >= 3.2 && <5, semigroups >= 0.8.4 && <1, deepseq