summaryrefslogtreecommitdiff
path: root/main.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-12-29 08:27:45 -0500
committerAndrew Cady <d@jerkface.net>2020-12-29 08:27:45 -0500
commit9357f8327450bb8fa64230e434e060f48338aaa7 (patch)
treeaf40f92bbc06f1ea6d75b2ce7466a3c16ed92bd1 /main.hs
init
Diffstat (limited to 'main.hs')
-rwxr-xr-xmain.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/main.hs b/main.hs
new file mode 100755
index 0000000..beeb0f3
--- /dev/null
+++ b/main.hs
@@ -0,0 +1,12 @@
1#!/usr/bin/env stack
2{- stack script --resolver lts-16.14 --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