diff --git a/asn1-parse.cabal b/asn1-parse.cabal
--- a/asn1-parse.cabal
+++ b/asn1-parse.cabal
@@ -1,5 +1,5 @@
 Name:                asn1-parse
-Version:             0.9.0
+Version:             0.9.1
 Description:         Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
 License:             BSD3
 License-file:        LICENSE
@@ -11,12 +11,11 @@
 Category:            Data
 stability:           experimental
 Cabal-Version:       >=1.6
-Homepage:            http://github.com/vincenthz/hs-asn1
+Homepage:            https://github.com/vincenthz/hs-asn1
 
 Library
   Build-Depends:     base >= 3 && < 5
                    , bytestring
-                   , text >= 0.11
                    , mtl
                    , asn1-types >= 0.3 && < 0.4
                    , asn1-encoding >= 0.9
@@ -26,4 +25,4 @@
 
 source-repository head
   type:     git
-  location: git://github.com/vincenthz/hs-asn1
+  location: https://github.com/vincenthz/hs-asn1
