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