From afa9d701538b9e56622a0bfdf8e04aa358c9cd82 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Apr 2020 10:06:24 -0700 Subject: Reformatting Now I'm using ormolu instead of brittany for Haskell formatting now. Figured I should just make all of these big changes at once. --- Hero/Assets.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Hero/Assets.hs') diff --git a/Hero/Assets.hs b/Hero/Assets.hs index 06386b8..2e2d72c 100644 --- a/Hero/Assets.hs +++ b/Hero/Assets.hs @@ -1,9 +1,10 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE NoImplicitPrelude #-} + -- | A module to wrap the CDN and provide convient helper functions to assets. module Hero.Assets where -import Protolude +import Protolude cdnEdge :: Text cdnEdge = "https://heroverse.sfo2.cdn.digitaloceanspaces.com" -- cgit v1.2.3