about summary refs log tree commit diff
path: root/Setup.hs
blob: 947ae656d2e19a2a7e059c3bc8d2c792a2a7d2e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-- |
-- Module      : Setup
-- Copyright   : (c) 2018-2020 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