summaryrefslogtreecommitdiff
path: root/main.hs
blob: beeb0f37036af1304d926a09c17c22592551fc77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env stack
{- stack script --resolver lts-16.14 --install-ghc
  --ghc-options -Wall --ghc-options -Wno-unused-imports -}
{-# language NoImplicitPrelude #-}
{-# language DuplicateRecordFields #-}
import Rebase.Prelude
import Control.Lens

main :: IO ()
main = do
  return ()