From 59406c749ef9a77874a8c09e016832131524564b Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Sat, 3 Feb 2024 09:07:30 +0000 Subject: [PATCH] restore source-repository section to cabal file --- simple-sql-parser.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index 888235e..3432b8f 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -21,6 +21,10 @@ build-type: Simple extra-doc-files: README,LICENSE,changelog bug-reports: https://github.com/JakeWheat/simple-sql-parser/issues +source-repository head + type: git + location: https://github.com/JakeWheat/simple-sql-parser.git + Flag parserexe Description: Build SimpleSQLParserTool exe Default: False