diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+0.4.3: 7 Aug 2017: expose all modules
 0.4.2.1: 28 Dec 2016: instance Generic MPFR
 0.4.2: 2nd Sep 2016: Added RealFloat instances
 0.4.1: 2nd Aug 2016: Added support for digamma
diff --git a/hmpfr.cabal b/hmpfr.cabal
--- a/hmpfr.cabal
+++ b/hmpfr.cabal
@@ -1,5 +1,5 @@
 name:                hmpfr
-version:             0.4.2.1
+version:             0.4.3
 synopsis:            Haskell binding to the MPFR library
 description:
   Haskell binding to the MPFR library.
@@ -46,7 +46,8 @@
      build-Depends:    integer-gmp >= 1.0 && < 1.1
      cpp-options: -DINTEGER_GMP
 
-  Other-modules:       Data.Number.MPFR.FFIhelper
+  Exposed-modules:
+                       Data.Number.MPFR.FFIhelper
                        Data.Number.MPFR.Internal
                        Data.Number.MPFR.Mutable.Internal
 
@@ -63,7 +64,7 @@
                        Data.Number.MPFR.Integer
                        Data.Number.MPFR.Misc
 
-  Exposed-modules:     Data.Number.MPFR.Instances.Near
+                       Data.Number.MPFR.Instances.Near
                        Data.Number.MPFR.Instances.Up
                        Data.Number.MPFR.Instances.Down
                        Data.Number.MPFR.Instances.Zero
