diff --git a/Numeric/Interval.hs b/Numeric/Interval.hs
--- a/Numeric/Interval.hs
+++ b/Numeric/Interval.hs
@@ -14,6 +14,7 @@
 
 module Numeric.Interval 
     ( Interval(..)
+    , (...)
     , whole
     , empty
     , null
diff --git a/intervals.cabal b/intervals.cabal
--- a/intervals.cabal
+++ b/intervals.cabal
@@ -1,6 +1,12 @@
 Name:              intervals
-Version:           0.1.1
+Version:           0.1.2
 Synopsis:          Interval Arithmetic
+Description:
+    A 'Numeric.Interval.Interval' is a closed, convex set of floating point values.
+    .
+    This package is careful to manage the rounding direction of each floating point
+    operation to ensure that the resulting interval is conservative. Effectively the lower bound of each computation is always rounded down, and the upper bound is rounded up.
+
 Homepage:          http://patch-tag.com/r/ekmett/intervals
 License:           BSD3
 License-file:      LICENSE
