packages feed

converge-0.1: converge.cabal

name:                   converge
version:                0.1
stability:              provisional

cabal-version:          >= 1.6
build-type:             Simple

author:                 James Cook <mokus@deepbondi.net>
maintainer:             James Cook <mokus@deepbondi.net>
license:                PublicDomain
homepage:               /dev/null

category:               Math, Numerical
synopsis:               Limit operations for converging sequences
description:            Limit operations for converging sequences.  This is
                        fairly simple right now.

tested-with:            GHC == 6.8.3,
                        GHC == 6.10.4,
                        GHC == 6.12.1, GHC == 6.12.3

source-repository head
  type: darcs
  location: http://code.haskell.org/~mokus/converge

Library
  hs-source-dirs:       src
  exposed-modules:      Math.Sequence.Converge
  build-depends:        base >= 3 && <5