cabal-version: 3.4 name: astore version: 0.1.0.0 license: Apache-2.0 license-file: LICENSE maintainer: aforemny@posteo.de author: Alexander Foremny build-type: Simple extra-doc-files: CHANGELOG.md library exposed-modules: Store hs-source-dirs: src other-modules: Store.Debug Store.Exception Store.Query Store.Query.Field Store.Query.Parser Store.Query.Printer Store.Query.Record Store.Query.Type Store.Store default-language: GHC2021 default-extensions: AllowAmbiguousTypes BlockArguments GeneralizedNewtypeDeriving OverloadedRecordDot OverloadedStrings ViewPatterns ghc-options: -Wall -fno-warn-incomplete-patterns -fno-warn-name-shadowing build-depends: aeson, base, bytestring, containers, directory, exceptions, filepath, gitlib, gitlib-libgit2, hlibgit2, megaparsec, mtl, parser-combinators, resourcet, tagged, text, time, unliftio, unliftio-core, unordered-containers, utf8-string, vector executable astore main-is: Main.hs hs-source-dirs: app default-language: GHC2021 default-extensions: LambdaCase MultiWayIf NoFieldSelectors OverloadedRecordDot OverloadedStrings build-depends: aeson, astore, base, bytestring, directory, http-types, mtl, optparse-applicative, repline, utf8-string, wai, warp