diff --git a/csv-to-qif.cabal b/csv-to-qif.cabal
--- a/csv-to-qif.cabal
+++ b/csv-to-qif.cabal
@@ -1,5 +1,5 @@
 name: csv-to-qif
-version: 0.3
+version: 0.3.1
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -18,12 +18,12 @@
 
 source-repository head
     type: git
-    location: https://github.com/mrVanDalo/csv-to-qif
+    location: git@github.com:mrVanDalo/csv-to-qif.git
 
 flag threaded
     Default: False
 
-executable to-qif
+executable csv-to-qif
     build-depends: base >=4.2 && <5, split >=0.2.2, regex-tdfa >= 1.2.0,
                    spreadsheet >= 0.1.3, explicit-exception >= 0.1.7
 
