diff --git a/ruin.cabal b/ruin.cabal
--- a/ruin.cabal
+++ b/ruin.cabal
@@ -1,5 +1,5 @@
 name: ruin
-version: 0.1.0.0
+version: 0.1.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -28,6 +28,10 @@
 category: Data, Records
 author: Nicolas Frisby
 
+source-repository head
+    type: git
+    location: https://github.com/nfrisby/ruin.git
+
 flag werror
     description:
         Enable -Werror
@@ -75,7 +79,7 @@
     main-is: Test.hs
     build-depends:
         base >=4.9.0.0 && <4.10,
-        ruin >=0.1.0.0 && <0.2,
+        ruin >=0.1.0.1 && <0.2,
         hspec >=2.2.3 && <2.3,
         lens ==4.14.*,
         mtl >=2.2.1 && <2.3,
