From 7c6a690ced8baac64e1e9c667bf581801bd0b679 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 11 Sep 2019 19:33:42 -0700 Subject: [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. --- lore/Biz/Ibb/Core.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lore/Biz') 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 -- cgit v1.2.3