diff --git a/x509-store.cabal b/x509-store.cabal
--- a/x509-store.cabal
+++ b/x509-store.cabal
@@ -1,5 +1,5 @@
 Name:                x509-store
-Version:             1.4.1
+Version:             1.4.2
 Description:         X.509 collection accessing and storing methods for certificate, crl, exception list
 License:             BSD3
 License-file:        LICENSE
@@ -25,16 +25,16 @@
   Build-Depends:     base >= 3 && < 5
                    , bytestring
                    , mtl
-                   , pem >= 0.1 && < 0.2
-                   , asn1-types
-                   , asn1-encoding
-                   , crypto-pubkey-types
-                   , x509 >= 1.4.3
                    , containers
                    , directory
                    , filepath
                    , process
                    , time
+                   , pem >= 0.1 && < 0.3
+                   , asn1-types >= 0.2 && < 0.3
+                   , asn1-encoding >= 0.8 && < 0.9
+                   , crypto-pubkey-types >= 0.3 && < 0.5
+                   , x509 >= 1.4.3 && < 1.5
   Exposed-modules:   Data.X509.CertificateStore
                      Data.X509.File
   ghc-options:       -Wall
