summaryrefslogtreecommitdiff
path: root/main.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
committerAndrew Cady <d@jerkface.net>2021-05-09 23:43:51 -0400
commit3071a162cb7cf200033e8cd39d9e27e179fde279 (patch)
treeff0042bb006e119ccb13a6ca910523475b1cde42 /main.hs
parentde177e14090e5bb6910cb791cf9a47f6bc0f9887 (diff)
committing old changes found in work tree
Diffstat (limited to 'main.hs')
-rwxr-xr-xmain.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.hs b/main.hs
deleted file mode 100755
index a3b1dcb..0000000
--- a/main.hs
+++ /dev/null
@@ -1,12 +0,0 @@
1#!/usr/bin/env stack
2{- stack script --resolver lts-16.27 --install-ghc
3 --ghc-options -Wall --ghc-options -Wno-unused-imports -}
4{-# language NoImplicitPrelude #-}
5{-# language DuplicateRecordFields #-}
6import Rebase.Prelude
7import Control.Lens
8
9main :: IO ()
10main = do
11 return ()
12