packages feed

cubicspline-0.1: cubicspline.cabal

name:                cubicspline
version:             0.1
synopsis:            Natural cubic spline interpolation.
description:         Natural cubic spline interpolation.
category:            algorithms, math
license:             BSD3
license-file:        LICENSE
author:              Gershom Bazerman
maintainer:          gershomb@gmail.com
Tested-With:         GHC == 6.10.3
Build-Type:          Simple
Cabal-Version:       >= 1.6

library
  build-depends:     base >= 4, base < 5, hmatrix, safe
  exposed-modules:   Data.Algorithm.CubicSpline
  ghc-options:       -Wall

source-repository head
  type:      darcs
  location:  http://patch-tag.com/r/gershomb/cubicspline