diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
commit | 729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch) | |
tree | 53166b6c3bd96f860d0a7242353ef9cc7bb1790f /Setup.hs | |
parent | Remove tests (diff) |
Huge update
Diffstat (limited to '')
-rw-r--r-- | Setup.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 947ae65..0000000 --- a/Setup.hs +++ /dev/null @@ -1,12 +0,0 @@ --- | --- 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 |