diff --git a/HLearn-classification.cabal b/HLearn-classification.cabal
--- a/HLearn-classification.cabal
+++ b/HLearn-classification.cabal
@@ -1,5 +1,5 @@
 Name:                HLearn-classification
-Version:             1.0.1.1
+Version:             1.0.1.2
 Description:         This module is for unsupervised, supervised, and semi-supervised classification tasks.  It is in desperate need of documentation and refactoring.
 Category:            Data Mining, Machine Learning
 License:             BSD3
@@ -15,7 +15,7 @@
     Build-Depends:      
         base                    >= 3 && < 5,
         HLearn-algebra          >= 1.0.0,
-        HLearn-distributions    >= 1.0.0.1,
+        HLearn-distributions    == 1.0.0.1,
         ConstraintKinds         >= 0.0.1,
 
         -- are these really necessary?
