aboutsummaryrefslogtreecommitdiffstats
path: root/json2sql.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'json2sql.cabal')
-rw-r--r--json2sql.cabal60
1 files changed, 0 insertions, 60 deletions
diff --git a/json2sql.cabal b/json2sql.cabal
deleted file mode 100644
index 1cfd4da..0000000
--- a/json2sql.cabal
+++ /dev/null
@@ -1,60 +0,0 @@
-cabal-version: 3.4
-name: json2sql
-version: 0.1.0.0
--- synopsis:
--- description:
-license: Apache-2.0
-license-file: LICENSE
-author: Alexander Foremny
-maintainer: aforemny@posteo.de
--- copyright:
-build-type: Simple
-extra-doc-files: CHANGELOG.md
--- extra-source-files:
-
-executable json2sql
- ghc-options:
- -Wall
- -fno-warn-incomplete-patterns
- -fno-warn-name-shadowing
- main-is: Main.hs
- other-modules:
- Debug
- Exception
- Query
- Query.Field
- Query.Parser
- Query.Printer
- Query.Record
- Query.Type
- Store
- -- other-extensions:
- build-depends: base ^>=4.16.4.0,
- aeson,
- bytestring,
- containers,
- directory,
- exceptions,
- filepath,
- gitlib,
- gitlib-libgit2,
- megaparsec,
- mtl,
- parser-combinators,
- tagged,
- text,
- unliftio,
- unliftio-core,
- unordered-containers,
- utf8-string,
- vector
- hs-source-dirs: app
- default-language: GHC2021
- default-extensions:
- AllowAmbiguousTypes
- BlockArguments
- GeneralizedNewtypeDeriving
- OverloadedRecordDot
- OverloadedStrings
- ViewPatterns
-