summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-10 16:29:59 -0700
committerBen Sima <ben@bsima.me>2020-04-10 16:30:49 -0700
commit2263381b305092390984561855856ab725561cf6 (patch)
treea22da4df62e2fbe5fd122e0d10956255b3d8b788
parent72af3505b2882b090c833532eff9204a46004dcd (diff)
Remove unnecessary blaze deps
I prefer lucid anyway
-rw-r--r--Com/InfluencedByBooks/Server.hs2
-rw-r--r--deps.nix2
2 files changed, 0 insertions, 4 deletions
diff --git a/Com/InfluencedByBooks/Server.hs b/Com/InfluencedByBooks/Server.hs
index 868f258..28a7471 100644
--- a/Com/InfluencedByBooks/Server.hs
+++ b/Com/InfluencedByBooks/Server.hs
@@ -18,8 +18,6 @@
-- : dep text
-- : dep MonadRandom
-- : dep acid-state
--- : dep blaze-html
--- : dep blaze-markup
-- : dep bytestring
-- : dep ixset
-- : dep random
diff --git a/deps.nix b/deps.nix
index 18d29bc..53676f8 100644
--- a/deps.nix
+++ b/deps.nix
@@ -3,8 +3,6 @@
"acid-state"
"aeson"
"async"
- "blaze-html"
- "blaze-markup"
"bytestring"
"clay"
"containers"