summaryrefslogtreecommitdiff
path: root/Com/InfluencedByBooks/Look.hs
AgeCommit message (Collapse)Author
2020-04-15Re-namespacingBen Sima
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much.
2020-04-12De-namespace AlphaBen Sima
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.
2019-11-02ibb css font stack and some other fixesBen Sima
2019-11-02rename everything back to caps to appease ghcBen Sima