diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.1.0.6] - 2018-01-18
+
+### Changed
+
+- GHC 8.6.x support
+
 ## [0.1.0.5] - 2018-08-20
 
 ### Changed
@@ -34,6 +40,7 @@
 
 ## [0.1] - 2018-03-20
 
+[0.1.0.6]: https://github.com/dzhus/csg/compare/0.1.0.5...0.1.0.6
 [0.1.0.5]: https://github.com/dzhus/csg/compare/0.1.0.4...0.1.0.5
 [0.1.0.4]: https://github.com/dzhus/csg/compare/0.1.0.3...0.1.0.4
 [0.1.0.3]: https://github.com/dzhus/csg/compare/0.1.0.2...0.1.0.3
diff --git a/csg.cabal b/csg.cabal
--- a/csg.cabal
+++ b/csg.cabal
@@ -1,6 +1,6 @@
-cabal-version: >=1.10
+cabal-version: 1.12
 name: csg
-version: 0.1.0.5
+version: 0.1.0.6
 license: BSD3
 license-file: LICENSE
 maintainer: dima@dzhus.org
@@ -12,9 +12,9 @@
 build-type: Simple
 extra-source-files:
     CHANGELOG.md
+    README.md
     examples/cube.geo
     examples/reentry.geo
-    README.md
 
 source-repository head
     type: git
@@ -36,11 +36,11 @@
     default-language: Haskell2010
     ghc-options: -Wall -Wcompat -O2
     build-depends:
-        QuickCheck <2.12,
+        QuickCheck <2.13,
         attoparsec <0.14,
         base <5,
         bytestring <0.11,
-        containers <0.6,
+        containers <0.7,
         simple-vec3 ==0.4.*,
         strict <0.4,
         transformers <0.6
@@ -56,7 +56,7 @@
     default-language: Haskell2010
     ghc-options: -Wall -Wcompat -O2 -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        QuickCheck <2.12,
+        QuickCheck <2.13,
         base <5,
         csg -any,
         gloss <1.14,
@@ -78,7 +78,7 @@
     build-depends:
         base <5,
         doctest <0.17,
-        doctest-driver-gen <0.3,
+        doctest-driver-gen <0.4,
         simple-vec3 ==0.4.*
 
 test-suite csg-tests
@@ -94,7 +94,7 @@
         bytestring <0.11,
         csg -any,
         simple-vec3 ==0.4.*,
-        tasty <1.2,
+        tasty <1.3,
         tasty-hunit <0.11,
         tasty-quickcheck <0.11
 
