From 4c6b3fa1bebe9b5145e0d824b90816e99b9a698e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 10 Jul 2017 15:38:08 -0400 Subject: [PATCH] Remove the debug flag from the cabal file. This was only used by the depclose binary which is no longer with us. --- importer/db.cabal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/importer/db.cabal b/importer/db.cabal index 01c2fac..7de1414 100644 --- a/importer/db.cabal +++ b/importer/db.cabal @@ -7,10 +7,6 @@ cabal-version: >=1.10 license: LGPL license-file: LICENSE -flag debug - description: Enable debugging spew - default: False - flag scripts description: Enable importing package scripts to the database default: False