diff --git a/casr-logbook-reports-html.cabal b/casr-logbook-reports-html.cabal
--- a/casr-logbook-reports-html.cabal
+++ b/casr-logbook-reports-html.cabal
@@ -1,11 +1,11 @@
 name:               casr-logbook-reports-html
-version:            0.0.1
+version:            0.0.2
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
 maintainer:         Tony Morris
 copyright:          Copyright (C) 2016 Tony Morris
-synopsis:           CASR 61.345 logbook (casr-logbook) reports HTML output
+synopsis:           CASR 61.345 logbook reports HTML output
 category:           Aviation
 description:        
   <<https://i.imgur.com/p6LT40r.png>>
@@ -33,9 +33,9 @@
 
   build-depends:
                     base < 5 && >= 4.8
-                    , casr-logbook >= 0.1.3 && < 0.2
-                    , casr-logbook-html >= 0.0.1 && < 0.1
-                    , casr-logbook-reports >= 0.0.1 && < 0.1
+                    , casr-logbook-types >= 0.0.1 && < 0.1
+                    , casr-logbook-html >= 0.0.2 && < 0.1
+                    , casr-logbook-reports >= 0.0.2 && < 0.1
                     , containers < 0.6 && >= 0.4
                     , lucid >= 2.9 && < 3
                     , lens >= 4.1 && < 5
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.0.2
+
+* Use `casr-logbook-types` and not `casr-logbook`
+
 0.0.1
 
 * Initial release
diff --git a/src/Data/Aviation/Casr/Logbook/Reports/Html.hs b/src/Data/Aviation/Casr/Logbook/Reports/Html.hs
--- a/src/Data/Aviation/Casr/Logbook/Reports/Html.hs
+++ b/src/Data/Aviation/Casr/Logbook/Reports/Html.hs
@@ -11,7 +11,7 @@
 
 import Control.Category((.))
 import Control.Lens((^.), _Wrapped)
-import Data.Aviation.Casr.Logbook(
+import Data.Aviation.Casr.Logbook.Types(
     landingTime
   , daytime
   , point
