-- 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 of Integer Sequences with error prediction 
description:	     Solves thousands of oeis.org math functions just in one, Probnet . A new way to calculate and predict results from the data source without knowing the function who composes a data set. Aplications in math, AI, infromation compresion when the data source follows math patterns. Describe the 100 % accuracy functions in 3 fraction parameters and 1 parameter for the index.
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, AI
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