From 0f62b038dfceb841cbee7d7d0ffac726f0b3059f Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 25 May 2020 22:30:22 +0200 Subject: [PATCH] minor fixes --- Shakefile.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shakefile.hs b/Shakefile.hs index 34d03af..727b838 100644 --- a/Shakefile.hs +++ b/Shakefile.hs @@ -1,7 +1,10 @@ +{-# LANGUAGE OverloadedStrings #-} + import Development.Shake import Development.Shake.Command import Development.Shake.FilePath import Development.Shake.Util +import Data.Text as T main :: IO () main = do