about summary refs log tree commit diff
path: root/Setup.hs
diff options
context:
space:
mode:
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