packages feed

converge-0.1.0.1: converge.cabal

name:                   converge
version:                0.1.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.
                        .
                        Changes in 0.1.0.1: Nothing except to enable -XSafe under
                        GHC 7.2.1

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

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
  if impl(ghc >= 7.2)
    ghc-options:        -trust base