packages feed

numeric-extras-0.0.2.3: numeric-extras.cabal

name:              numeric-extras
version:           0.0.2.3
synopsis:          Useful tools from the C standard library
homepage:          http://github.com/ekmett/numeric-extras
bug-reports:       http://github.com/ekmett/numeric-extras/issues
license:           BSD3
license-file:      LICENSE
author:            Edward Kmett
maintainer:        ekmett@gmail.com
category:          Math
build-type:        Simple
cabal-version:     >=1.6
extra-source-files: .travis.yml

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

library
  other-extensions:
    ForeignFunctionInterface
    FlexibleContexts
    TypeFamilies

  exposed-modules:
    Numeric.Extras

  build-depends:
    base >= 4 && < 5

  ghc-options: -Wall -O2