summaryrefslogtreecommitdiff
path: root/lore/Biz/Ibb/Core.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-11 19:33:42 -0700
committerBen Sima <ben@bsima.me>2019-09-11 19:33:42 -0700
commit7c6a690ced8baac64e1e9c667bf581801bd0b679 (patch)
treee2ca477cde042b5da7bbd4acae8af08da8004127 /lore/Biz/Ibb/Core.hs
parent9e566efb242f47b9f4a9bdf4657b920b2ed61217 (diff)
[ibb] add the git hash to the end of the page
This is for versioning information. I'll need to pretty it up later, but I wanted something easy to do today.
Diffstat (limited to 'lore/Biz/Ibb/Core.hs')
-rw-r--r--lore/Biz/Ibb/Core.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/lore/Biz/Ibb/Core.hs b/lore/Biz/Ibb/Core.hs
index 5d8f805..ff00060 100644
--- a/lore/Biz/Ibb/Core.hs
+++ b/lore/Biz/Ibb/Core.hs
@@ -1,7 +1,8 @@
+{-# LANGUAGE DeriveDataTypeable #-}
+{-# LANGUAGE DeriveGeneric #-}
+{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE OverloadedStrings #-}
-{-# LANGUAGE DeriveGeneric #-}
-{-# LANGUAGE DeriveDataTypeable #-}
-- | Main app logic
module Biz.Ibb.Core where