From 46a680f7ca7def264a0f0b616883fb8e47271bab Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Sun, 12 Apr 2020 12:15:49 -0700
Subject: De-namespace Alpha

A bunch of formatting changes got in there too. Oops.

I will probably eventually de-namespace everything, mostly because I'm
tired of typing "Com.Whatever.Thing" all the time. A better namespacing
strategy might be to use normal Haskell namespacing (Data, Control,
Network, etc) for code that is not specific to biz activities (i.e. if I
could open-source it at any time), and use simply "Biz" for stuff that I
would never want to open-source.
---
 Com/MusicMeetsComics/Look/Typography.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Com/MusicMeetsComics/Look/Typography.hs')

diff --git a/Com/MusicMeetsComics/Look/Typography.hs b/Com/MusicMeetsComics/Look/Typography.hs
index 152662a..7f3b28d 100644
--- a/Com/MusicMeetsComics/Look/Typography.hs
+++ b/Com/MusicMeetsComics/Look/Typography.hs
@@ -3,10 +3,10 @@
 {-# LANGUAGE GeneralizedNewtypeDeriving #-}
 module Com.MusicMeetsComics.Look.Typography where
 
+import           Alpha
 import           Clay
 import           Clay.Stylesheet                ( key )
 import qualified Com.MusicMeetsComics.Assets   as Assets
-import           Com.Simatime.Alpha
 import           Data.Semigroup                 ( (<>) )
 
 main :: Css
-- 
cgit v1.2.3