]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Split Roots into Roots.Simple and Roots.Fast.
[numerical-analysis.git] / numerical-analysis.cabal
index 708644fbcd0ee4169a3daeabebc5470f8b8cb574..7bd0fb409795c36257f88e0393ecb439b0e298de 100644 (file)
@@ -16,7 +16,7 @@ description:
 data-files: makefile
 
 library
-  exposed-modules: Roots
+  exposed-modules: Roots.Simple, Roots.Fast
 
   build-depends:
     base                        == 4.5.*,