packages feed

integration-0.2.1: integration.cabal

name:                integration
version:             0.2.1
stability:           provisional
synopsis:            Fast robust numeric integration via tanh-sinh quadrature
description:         Fast robust numeric integration via tanh-sinh quadrature
homepage:            https://github.com/ekmett/integration
license:             BSD3
license-file:        LICENSE
author:              Edward Kmett
maintainer:          Edward Kmett <ekmett@gmail.com>
copyright:           Copyright (C) 2012-2015 Edward A. Kmett
category:            Graphics
build-type:          Simple
cabal-version:       >=1.6

extra-source-files: codegen/TableGen.hs

library
  -- Packages needed in order to build this package.
  build-depends:
     base                   >= 4 && < 5,
     parallel               >= 3.2 && < 3.3

  exposed-modules: Numeric.Integration.TanhSinh

  hs-source-dirs: src

  ghc-options: -O2 -fexcess-precision -Wall -fspec-constr -fliberate-case -fstatic-argument-transformation -fspec-constr-count=10

source-repository head
  type: git
  location: git://github.com/ekmett/integration.git