diff options
author | Ben Sima <ben@bsima.me> | 2019-02-23 21:46:13 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-23 21:46:13 -0800 |
commit | 5dea32c8b804c24ee0bc8c75b14f93b43772b47f (patch) | |
tree | 2bd6d24e3c1ed742c53c18cc7b926311a68a1f6f /apex | |
parent | f75eaf7fff963b88e412d315d0fdef8151943c20 (diff) |
Get rid of cabal
Using just nix and ghc, ah it's so nice.
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) |