tags: [haskell, backpack, modules, records]
---
-In ["Implementations of the Handle pattern"](/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell.
+In ["Implementations of the Handle pattern"](/posts/implementations-of-the-handle-pattern) I have explored how Backpack might be used for the Handle pattern. It helped me to take a better look at Backpack and reflect a bit on modules and records in Haskell.
### What's wrong with Backpack?
<section id="dashboard">
<ul>
- {{ range .Site.RegularPages.Reverse }}
+ {{ range .Site.RegularPages.ByPublishDate.Reverse }}
<div class="posts">
<div id=date class="date-time-title">
<time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>