diff --git a/time-locale-compat.cabal b/time-locale-compat.cabal
--- a/time-locale-compat.cabal
+++ b/time-locale-compat.cabal
@@ -1,5 +1,5 @@
 name:                time-locale-compat
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Compatibility of TimeLocale between old-locale and time-1.5
 description:         This package contains wrapped name module for TimeLocale.
 homepage:            https://github.com/khibino/haskell-time-locale-compat
@@ -7,10 +7,14 @@
 license-file:        LICENSE
 author:              Kei Hibino
 maintainer:          ex8k.hibino@gmail.com
-copyright:           Copyright (c) 2014 Kei Hibino
+copyright:           Copyright (c) 2014-2016 Kei Hibino
 category:            System
 build-type:          Simple
 cabal-version:       >=1.10
+tested-with:           GHC == 7.4.1, GHC == 7.4.2
+                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
+                     , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
+                     , GHC == 8.0.1
 
 flag old-locale
   description: If true, use old-locale, otherwise use time 1.5 or newer.
