packages feed

HaskellForMaths-0.2.0: HaskellForMaths.cabal

   Name:                HaskellForMaths
   Version:             0.2.0
   Category:            Math
   Description:         A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms.
   Synopsis:            Combinatorics, group theory, commutative algebra, non-commutative algebra
   License:             BSD3
   License-file:        license.txt
   Author:              David Amos
   Maintainer:          haskellformaths-at-googlemail-dot-com
   Homepage:            http://www.polyomino.f2s.com/haskellformathsv2/HaskellForMathsv2.html
   Build-Type:          Simple
   Cabal-Version:       >=1.2

   Extra-source-files:
        Math/Test/TCommutativeAlgebra.hs,
        Math/Test/TDesign.hs,
        Math/Test/TField.hs,
        Math/Test/TFiniteGeometry.hs,
        Math/Test/TGraph.hs,
        Math/Test/TNonCommutativeAlgebra.hs,
        Math/Test/TPermutationGroup.hs,
        Math/Test/TestAll.hs

   Library
     Build-Depends:     base >=3 && < 4, containers, array, random, QuickCheck
     Exposed-modules:
        Math.Algebra.LinearAlgebra,
        Math.Algebra.Commutative.Monomial,
        Math.Algebra.Commutative.MPoly, Math.Algebra.Commutative.GBasis,
        Math.Algebra.Field.Base, Math.Algebra.Field.Extension,
        Math.Algebra.Group.PermutationGroup, Math.Algebra.Group.SchreierSims,
        Math.Algebra.Group.RandomSchreierSims, Math.Algebra.Group.StringRewriting,
        Math.Algebra.NonCommutative.NCPoly, Math.Algebra.NonCommutative.GSBasis, Math.Algebra.NonCommutative.TensorAlgebra,
        Math.Combinatorics.Graph, Math.Combinatorics.GraphAuts, Math.Combinatorics.StronglyRegularGraph,
        Math.Combinatorics.Design, Math.Combinatorics.FiniteGeometry, Math.Combinatorics.Hypergraph,
        Math.Combinatorics.LatinSquares,
        Math.Common.IntegerAsType, Math.Common.ListSet,
        Math.Projects.RootSystem,
        Math.Projects.Rubik, Math.Projects.MiniquaternionGeometry,
        Math.Projects.ChevalleyGroup.Classical, Math.Projects.ChevalleyGroup.Exceptional,
        Math.Projects.KnotTheory.Braid,
        Math.Projects.KnotTheory.LaurentMPoly, Math.Projects.KnotTheory.TemperleyLieb, Math.Projects.KnotTheory.IwahoriHecke

     ghc-options:       -w