diff options
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Ibb.hs (renamed from apex/Main.hs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/Main.hs b/apex/Ibb.hs index 27506d8..1472811 100644 --- a/apex/Main.hs +++ b/apex/Ibb.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE QuasiQuotes #-} -module Main where +module Ibb where import Control.Monad.IO.Class (liftIO) import Data.ByteString.Lazy (ByteString) |