diff --git a/casr-logbook-html.cabal b/casr-logbook-html.cabal
--- a/casr-logbook-html.cabal
+++ b/casr-logbook-html.cabal
@@ -1,5 +1,5 @@
 name:               casr-logbook-html
-version:            0.0.1
+version:            0.0.2
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -33,7 +33,7 @@
 
   build-depends:
                     base < 5 && >= 4.8
-                    , casr-logbook >= 0.1.3 && < 0.2
+                    , casr-logbook-types >= 0.0.1 && < 0.1
                     , lucid >= 2.9 && < 3
                     , lens >= 4.1 && < 5
                     , digit >= 0.2.8 && < 3
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/Html/Html.hs b/src/Data/Aviation/Casr/Logbook/Html/Html.hs
--- a/src/Data/Aviation/Casr/Logbook/Html/Html.hs
+++ b/src/Data/Aviation/Casr/Logbook/Html/Html.hs
@@ -49,7 +49,7 @@
 import Control.Category((.), id)
 import Control.Lens((^.))
 import Control.Monad(when, (=<<), (>>=))
-import Data.Aviation.Casr.Logbook(
+import Data.Aviation.Casr.Logbook.Types(
     arn
   , firstname
   , surname
