diff --git a/CabalMeta.hs b/CabalMeta.hs
--- a/CabalMeta.hs
+++ b/CabalMeta.hs
@@ -212,6 +212,7 @@
                 | prefix "http"   -> next sources { https    = mkGit: https sources }
                 | prefix "https"  -> next sources { gits     = mkGit: https sources }
                 | prefix "git:"   -> next sources { gits     = mkGit: gits sources  }
+                | prefix "ssh:"   -> next sources { gits     = mkGit: gits sources  }
                 | prefix "darcs:" -> next sources { darcsen  = mkDarcs: darcsen sources  }
                 | otherwise       -> next sources { hackages = mkPkg: hackages sources }
             where
diff --git a/cabal-meta.cabal b/cabal-meta.cabal
--- a/cabal-meta.cabal
+++ b/cabal-meta.cabal
@@ -1,5 +1,5 @@
 name:            cabal-meta
-version:         0.4.1
+version:         0.4.1.1
 license:         BSD3
 license-file:    LICENSE
 author:          Greg Weber <greg@gregweber.info>
