X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=numerical-analysis.cabal;h=d9bd7ddef3110b698d6b8b8789f90b4cb2478afc;hb=d7e9e90017f1c9e6f515b6b5ab16d34966be070f;hp=8212344920afeacc00b3593b6043e57f8de46bea;hpb=ac19cda8bbd1d4ff05673892b9566e6ca2b367ea;p=numerical-analysis.git diff --git a/numerical-analysis.cabal b/numerical-analysis.cabal index 8212344..d9bd7dd 100644 --- a/numerical-analysis.cabal +++ b/numerical-analysis.cabal @@ -18,7 +18,9 @@ data-files: makefile library exposed-modules: + BigFloat FEM.R1 + FEM.R1.Example1 Integration.Gaussian, Integration.Simpson, Integration.Trapezoid, @@ -38,7 +40,7 @@ library build-depends: base >= 3 && < 5, - fixed-vector == 0.6.*, + fixed-vector == 0.8.*, numbers == 3000.2.*, numeric-prelude == 0.4.* @@ -70,7 +72,7 @@ test-suite doctests 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.