diff options
author | Ben Sima <ben@bsima.me> | 2019-02-19 14:37:42 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-19 14:37:42 -0800 |
commit | b116a9ddc16744ad6ff7021cadf24bd60849433b (patch) | |
tree | 2f1426bc229452105841104fd41d7bc5eed38409 /ibb/Influencers.hs | |
parent | 69df12ffb375067998a77e4d4ab22066edd942de (diff) |
Shuffle people on front page
Diffstat (limited to 'ibb/Influencers.hs')
-rw-r--r-- | ibb/Influencers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ibb/Influencers.hs b/ibb/Influencers.hs index 67907f8..7a7031f 100644 --- a/ibb/Influencers.hs +++ b/ibb/Influencers.hs @@ -3,7 +3,7 @@ module Influencers where -import Data.Text.Lazy(Text) +import Data.Text.Lazy (Text) data Person = Person { _name :: Text |