diff --git a/animalcase.cabal b/animalcase.cabal
--- a/animalcase.cabal
+++ b/animalcase.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                animalcase
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Convert camelCase to snake_case and vice versa
 description:         Feedback very welcome.
 homepage:            https://github.com/ibotty/animalcase
@@ -27,5 +27,5 @@
   default-language:    Haskell2010
 
 source-repository head
-  type:     darcs
+  type:     git
   location: git@github.com:ibotty/animalcase.git
diff --git a/src/Text/AnimalCase.hs b/src/Text/AnimalCase.hs
--- a/src/Text/AnimalCase.hs
+++ b/src/Text/AnimalCase.hs
@@ -1,3 +1,4 @@
+-- |
 -- This Module converts between camelCase and snake_case.
 --
 -- The suffixes specify the base type the functions are working on.
