diff options
author | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:04:34 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:04:34 +0300 |
commit | daaa4cf16f1561156537abc96317045b5f7e55d9 (patch) | |
tree | 82f7a7d16614b9cc9540899f9916807f8851cff9 /Setup.hs | |
parent | Sync (diff) |
haddock, stylish-haskell, stylish-cabal
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..9b18f13 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,12 @@ +-- | +-- Module : Setup +-- Copyright : (c) 2018-2019 Azat Bahawi +-- License : BSD3-style (see LICENSE) +-- Maintainer : Azat Bahawi <azahi@teknik.io> +-- Stability : unstable +-- Portability : unportable +-- + +import Distribution.Simple + +main = defaultMain |