cal-layout 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+6/−3 lines, 3 files
Files
- CHANGELOG.md +3/−0
- cal-layout.cabal +2/−2
- example/Bookings.hs +1/−1
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for cal-layout +## 0.1.0.2 -- 2019-01-03+* Third version.+ ## 0.1.0.1 -- 2019-01-03 * Second version.
cal-layout.cabal view
@@ -1,5 +1,5 @@ name: cal-layout-version: 0.1.0.1+version: 0.1.0.2 synopsis: Calendar Layout Algorithm copyright: (c) 2019 Boro Sitnikovski homepage: https://github.com/bor0/cal-layout@@ -26,7 +26,7 @@ source-repository this type: git- tag: 0.1.0.1+ tag: 0.1.0.2 location: https://github.com/bor0/cal-layout library
example/Bookings.hs view
@@ -1,6 +1,6 @@ module Main where -import CalLayout (getDimensions, CalEvent)+import CalLayout (getDimensions, CalEvent(..)) data Booking = Booking { bCalId :: String