diff --git a/Tests.hs b/Tests.hs
--- a/Tests.hs
+++ b/Tests.hs
@@ -243,4 +243,4 @@
 	, testProperty "DER" prop_asn1_der_marshalling_id
 	]
 
-main = do defaultMain [marshallingTests]
+main = defaultMain [marshallingTests]
diff --git a/asn1-data.cabal b/asn1-data.cabal
--- a/asn1-data.cabal
+++ b/asn1-data.cabal
@@ -1,5 +1,5 @@
 Name:                asn1-data
-Version:             0.6.1
+Version:             0.6.1.1
 Description:
     ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, CER and DER).
     .
@@ -27,8 +27,8 @@
                    , bytestring
                    , text >= 0.11
                    , enumerator >= 0.4.5 && < 0.5
-                   , attoparsec >= 0.8 && < 0.10
-                   , attoparsec-enumerator >= 0.2 && < 0.3
+                   , attoparsec >= 0.8 && < 0.11
+                   , attoparsec-enumerator >= 0.2 && < 0.4
                    , mtl
   Exposed-modules:   Data.ASN1.BER
                      Data.ASN1.CER
