geolog-lsp/geolog-lsp.cabal
2026-02-27 12:07:52 +00:00

35 lines
821 B
Plaintext

cabal-version: 3.0
name: geolog-lsp
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD-3-Clause
license-file: LICENSE
author: Patrick Aldis
maintainer: patricktaldis@gmail.com
-- copyright:
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
common extensions
default-extensions:
OverloadedRecordDot
executable geolog-lsp
import: warnings, extensions
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends:
base,
lsp,
text,
containers,
lens
hs-source-dirs: src
default-language: GHC2024