diff --git a/casr-logbook-meta-html.cabal b/casr-logbook-meta-html.cabal
--- a/casr-logbook-meta-html.cabal
+++ b/casr-logbook-meta-html.cabal
@@ -1,5 +1,5 @@
 name:               casr-logbook-meta-html
-version:            0.0.2
+version:            0.0.3
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -33,8 +33,8 @@
 
   build-depends:
                     base < 5 && >= 4.8
-                    , casr-logbook >= 0.1.3 && < 0.2
-                    , casr-logbook-meta >= 0.0.3 && < 0.2
+                    , casr-logbook-types >= 0.0.1 && < 0.1
+                    , casr-logbook-meta >= 0.0.4 && < 0.2
                     , lucid >= 2.9 && < 3
                     , lens >= 4.1 && < 5
                     , text >= 1.2 && < 1.3
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.0.3
+
+* Use `casr-logbook-types` and not `casr-logbook`.
+
 0.0.2
 
 * Use `casr-logbook-meta-0.0.3`.
diff --git a/src/Data/Aviation/Casr/Logbook/Meta/Html.hs b/src/Data/Aviation/Casr/Logbook/Meta/Html.hs
--- a/src/Data/Aviation/Casr/Logbook/Meta/Html.hs
+++ b/src/Data/Aviation/Casr/Logbook/Meta/Html.hs
@@ -34,7 +34,7 @@
 
 import Control.Category((.), id)
 import Control.Monad(when)
-import Data.Aviation.Casr.Logbook (
+import Data.Aviation.Casr.Logbook.Types (
     AircraftFlight
   , SimulatorFlight
   , Briefing
