Probnet-0.1.0.0: Probnet.cabal
-- Initial Probnet.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Probnet
version: 0.1.0.0
synopsis: geometric extrapolation with error prediction for data sequences prediction
-- description:
homepage: https://github.com/pedroelbanquero/geometric-extrapolation
license: MIT
license-file: LICENSE
author: Vicent Nos
maintainer: vnos@cobalt.tech,vnos@blackhole.consulting
copyright: Cobalt Technologies S.A
category: Math
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Probnet
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <=4.15
hs-source-dirs: ./
default-language: Haskell2010