packages feed

casr-logbook 0.2.1 → 0.2.2

raw patch · 3 files changed

+8/−1 lines, 3 filesdep +lucidPVP ok

version bump matches the API change (PVP)

Dependencies added: lucid

API changes (from Hackage documentation)

Files

casr-logbook.cabal view
@@ -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 
changelog view
@@ -1,3 +1,7 @@+0.2.2++* Add `Lucid` module in export.+ 0.2.1  * Use `casr-logbook-meta-html-0.0.4`.
src/Data/Aviation/Casr/Logbook.hs view
@@ -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+