diff --git a/CoreDump.cabal b/CoreDump.cabal
--- a/CoreDump.cabal
+++ b/CoreDump.cabal
@@ -1,5 +1,5 @@
 name:                CoreDump
-version:             0.1.1.0
+version:             0.1.2.0
 
 synopsis:
   A GHC plugin for printing GHC's internal Core data structures.
@@ -16,11 +16,10 @@
 
 source-repository head
   type:                git
-  location:            git://github.com/osa1/CoreDump.git
+  location:            https://github.com/osa1/CoreDump
 
 library
-  exposed-modules:     CoreDump
-  other-modules:       CoreDump.Show
+  exposed-modules:     CoreDump CoreDump.Show
   build-depends:
     base >= 4.8 && < 4.9,
     ghc  >= 7.10 && < 8,
