about summary refs log tree commit diff
path: root/Setup.hs
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2019-12-02 18:04:34 +0300
committerAzat Bahawi <azahi@teknik.io>2019-12-02 18:04:34 +0300
commitdaaa4cf16f1561156537abc96317045b5f7e55d9 (patch)
tree82f7a7d16614b9cc9540899f9916807f8851cff9 /Setup.hs
parentSync (diff)
haddock, stylish-haskell, stylish-cabal
Diffstat (limited to '')
-rw-r--r--Setup.hs12
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

Consider giving Nix/NixOS a try! <3