packages feed

constructive-algebra-0.1: constructive-algebra.cabal

-- constructive-algebra.cabal auto-generated by cabal init. For
-- additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.

Name:                constructive-algebra

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version:             0.1

Synopsis:            A library of constructive algebra.
Description:         A library of constructive algebra.

License:             BSD3
License-file:        LICENSE

Author:              Anders Mortberg, Bassel Mannaa

Maintainer:          mortberg@student.chalmers.se

-- A copyright notice.
-- Copyright:           

-- Stability of the pakcage (experimental, provisional, stable...)
Stability:           Experimental

Category:            Math, Algebra

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:  

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.2


Library
  -- Modules exported by the library.
  Exposed-modules:     Algebra.Structures.Ring, 
                       Algebra.Structures.CommutativeRing,
                       Algebra.Structures.IntegralDomain, 
                       Algebra.Structures.Field,
                       Algebra.Structures.StronglyDiscrete,
                       Algebra.Ideal,
                       Algebra.Z

  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 3 && <= 4, QuickCheck >= 2 
  
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools:         
  
  -- Source directories
  hs-source-dirs: src, .