mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 11:48:29 +01:00
8 lines
114 B
Plaintext
Executable File
8 lines
114 B
Plaintext
Executable File
#!/usr/bin/env runhaskell
|
|
|
|
> module Main where
|
|
> import Distribution.Simple
|
|
|
|
> main :: IO ()
|
|
> main = defaultMain
|