diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,4 +1,7 @@
 -*-Changelog-*-
+1.2.0.10  Nov 2017
+	* Relax deps for GHC 8.2
+
 1.2.0.9  Jun 2016
 	* Use hashmap for element properties.
 	  Great thanks to Ben Gamari:
diff --git a/hPDB.cabal b/hPDB.cabal
--- a/hPDB.cabal
+++ b/hPDB.cabal
@@ -1,5 +1,5 @@
 name:                hPDB
-version:             1.2.0.9
+version:             1.2.0.10
 synopsis:            Protein Databank file format library
 homepage:            https://github.com/BioHaskell/hPDB
 stability:           stable
@@ -32,7 +32,7 @@
 
 build-type:          Simple
 cabal-version:       >=1.8
-tested-with:         GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
+tested-with:         GHC==7.8.4,GHC==7.10.3,GHC==7.6.3,GHC==8.0.1,GHC==8.2.2
 extra-source-files:  README.md INSTALL AUTHORS changelog
 
 source-repository head
@@ -57,7 +57,7 @@
 
 Library
   ghc-options:      -fspec-constr-count=4 -O3 
-  build-depends:    base>=4.0 && <4.10,
+  build-depends:    base>=4.0 && <4.11,
                     ghc-prim,
                     directory,
                     mtl,
