From 5466849e33ae88beba708a68352607e8e5c4d5f4 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 3 Oct 2023 22:22:23 -0400 Subject: [PATCH] minor thing - rename settings file for script --- settings.json => backfill_settings.json | 0 chan-delorean.cabal | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename settings.json => backfill_settings.json (100%) diff --git a/settings.json b/backfill_settings.json similarity index 100% rename from settings.json rename to backfill_settings.json diff --git a/chan-delorean.cabal b/chan-delorean.cabal index b956af6..da0d42e 100644 --- a/chan-delorean.cabal +++ b/chan-delorean.cabal @@ -55,7 +55,7 @@ extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings - ghc-options: -Wall -rtsopts + ghc-options: -Wall -rtsopts -threaded -dynamic -O2 executable chan-delorean -- Import common warning flags.