]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
numerical-analysis.cabal,doc: relicense to AGPL-3.0+
[numerical-analysis.git] / numerical-analysis.cabal
index fe47eadb0c46d0b13b44e96653384f8132773a5c..b5e4eebed45c6ddb08655e34bada1ea74ea1040f 100644 (file)
@@ -3,7 +3,7 @@ version:        0.0.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
-license:        GPL-3
+license:        AGPL-3.0-or-later
 license-file:   doc/LICENSE
 bug-reports:    mailto:michael@orlitzky.com
 build-type:     Simple
 license-file:   doc/LICENSE
 bug-reports:    mailto:michael@orlitzky.com
 build-type:     Simple
@@ -18,6 +18,10 @@ data-files: makefile
 
 library
   exposed-modules:
 
 library
   exposed-modules:
+    BigFloat
+    FEM.R1
+    FEM.R1.Example1
+    Integration.Gaussian,
     Integration.Simpson,
     Integration.Trapezoid,
     Linear.Iteration,
     Integration.Simpson,
     Integration.Trapezoid,
     Linear.Iteration,
@@ -26,15 +30,17 @@ library
     Linear.System,
     Linear.Vector,
     Misc,
     Linear.System,
     Linear.Vector,
     Misc,
+    Naturals,
     Normed,
     ODE.IVP,
     Normed,
     ODE.IVP,
+    Piecewise,
     Polynomials.Orthogonal,
     Roots.Simple,
     Roots.Fast
 
   build-depends:
     base              >= 3 && < 5,
     Polynomials.Orthogonal,
     Roots.Simple,
     Roots.Fast
 
   build-depends:
     base              >= 3 && < 5,
-    fixed-vector      == 0.6.*,
+    fixed-vector      == 0.8.*,
     numbers           == 3000.2.*,
     numeric-prelude   == 0.4.*
 
     numbers           == 3000.2.*,
     numeric-prelude   == 0.4.*
 
@@ -66,7 +72,7 @@ test-suite doctests
   build-depends:
     base      >= 3 && < 5,
     -- Additional test dependencies.
   build-depends:
     base      >= 3 && < 5,
     -- Additional test dependencies.
-    doctest   == 0.9.*,
+    doctest   == 0.*,
     filemanip == 0.3.6.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.
     filemanip == 0.3.6.*
 
   -- It's not entirely clear to me why I have to reproduce all of this.