diff --git a/datasets.cabal b/datasets.cabal
--- a/datasets.cabal
+++ b/datasets.cabal
@@ -1,5 +1,5 @@
 Name:                datasets
-Version:             0.1.0
+Version:             0.1.0.1
 Synopsis:            Classical data sets for statistics and machine learning
 Description:         Classical machine learning and statistics datasets from
                      the UCI Machine Learning Repository and other sources.
@@ -19,6 +19,7 @@
 build-type:          Simple
 Cabal-Version: 	     >= 1.8
 homepage:            https://github.com/glutamate/datasets
+bug-reports:         https://github.com/glutamate/datasets/issues
 category:            Statistics, Machine Learning, Data Mining, Data
 
 Data-files:
@@ -26,7 +27,7 @@
 
 source-repository head
   type:     git
-  location: https://github.com/glutamate/uci-datasets
+  location: https://github.com/glutamate/datasets
 
 
 Library
@@ -43,6 +44,7 @@
                  , Numeric.Datasets.Car
                  , Numeric.Datasets.Iris
                  , Numeric.Datasets.Wine
+   other-modules: Paths_datasets
 
    Build-depends:
                  base                    >= 4.6 && < 5
