diff options
Diffstat (limited to 'Handler/Common.hs')
-rw-r--r-- | Handler/Common.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/Common.hs b/Handler/Common.hs index 4f02e3c..73ce9ba 100644 --- a/Handler/Common.hs +++ b/Handler/Common.hs | |||
@@ -11,7 +11,7 @@ module Handler.Common | |||
11 | , FormState(..) | 11 | , FormState(..) |
12 | , HasFormState(..) | 12 | , HasFormState(..) |
13 | , stockSort, referenceSort | 13 | , stockSort, referenceSort |
14 | , humanId | 14 | , humanId, dayFormat |
15 | ) where | 15 | ) where |
16 | 16 | ||
17 | import Import hiding ((\\)) | 17 | import Import hiding ((\\)) |