diff --git a/casr-logbook.cabal b/casr-logbook.cabal
--- a/casr-logbook.cabal
+++ b/casr-logbook.cabal
@@ -1,5 +1,5 @@
 name:               casr-logbook
-version:            0.2.1
+version:            0.2.2
 license:            OtherLicense
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -41,6 +41,7 @@
                     , casr-logbook-reports-html >= 0.0.2 && < 0.1
                     , casr-logbook-reports-meta >= 0.0.3 && < 0.1
                     , casr-logbook-reports-meta-html >= 0.0.3 && < 0.1
+                    , lucid >= 2.9 && < 3
                     , digit < 3 && >= 0.2.8
                     , time < 2 && >= 1.5
 
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.2.2
+
+* Add `Lucid` module in export.
+
 0.2.1
 
 * Use `casr-logbook-meta-html-0.0.4`.
diff --git a/src/Data/Aviation/Casr/Logbook.hs b/src/Data/Aviation/Casr/Logbook.hs
--- a/src/Data/Aviation/Casr/Logbook.hs
+++ b/src/Data/Aviation/Casr/Logbook.hs
@@ -12,3 +12,5 @@
 import Data.Aviation.Casr.Logbook.Reports.Meta.Html as L
 import Data.Time as L
 import Data.Digit as L
+import Lucid as L
+
