diff --git a/bool8.cabal b/bool8.cabal
--- a/bool8.cabal
+++ b/bool8.cabal
@@ -1,5 +1,5 @@
 Name:                bool8
-Version:             0.0.1
+Version:             0.0.1.1
 Synopsis:            Alternative Bool type stored as byte
 Description:
   The standard 'Bool' type has a 'Storable' instance
@@ -9,6 +9,8 @@
   a boolean type with an 8 bit representation in memory.
   It is not a drop-in replacement for 'Bool' though.
   You have to convert from or to 'Bool' occasionally.
+  .
+  Starting with GHC-8.2\/base-4.10 you also have 'Foreign.C.Types.CBool'.
 License:             BSD3
 License-File:        LICENSE
 Author:              Henning Thielemann
@@ -21,7 +23,7 @@
 Tested-With:         GHC==8.0.2, GHC==8.2.2
 
 Source-Repository this
-  Tag:         0.0.1
+  Tag:         0.0.1.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/bool8
 
