diff options
author | Ben Sima <ben@bsima.me> | 2019-09-11 19:33:42 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-11 19:33:42 -0700 |
commit | 7c6a690ced8baac64e1e9c667bf581801bd0b679 (patch) | |
tree | e2ca477cde042b5da7bbd4acae8af08da8004127 /lore/Alpha.hs | |
parent | 9e566efb242f47b9f4a9bdf4657b920b2ed61217 (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/Alpha.hs')
-rw-r--r-- | lore/Alpha.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lore/Alpha.hs b/lore/Alpha.hs index 67bfa35..bae7fa5 100644 --- a/lore/Alpha.hs +++ b/lore/Alpha.hs @@ -7,8 +7,11 @@ module Alpha ( , (/@) -- * Debugging tools , say + -- * TODO: remove this + , Prelude.read ) where +import qualified Prelude import Protolude as X import Data.String |