Skip to content
Snippets Groups Projects
Commit 5511b80a authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Add `Setup.hs` file

This adds a `Setup.hs` appropriate for `build-type: configure`
and makes `cabal check` happy.
parent 991e6be8
Branches
Tags
No related merge requests found
module Main (main) where
import Distribution.Simple
main :: IO ()
main = defaultMainWithHooks autoconfUserHooks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment