haskell-language-server/install/hls-install.cabal
2020-08-13 23:07:10 +02:00

41 lines
1.2 KiB
Plaintext

name: hls-install
version: 0.8.0.0
synopsis: Install the haskell-language-server
license: BSD3
author: Many, TBD when we release
maintainer: samuel.pilz@posteo.net
copyright: 2019
build-type: Simple
cabal-version: >=2.0
library
hs-source-dirs: src
exposed-modules: HlsInstall
other-modules: BuildSystem
, Stack
, Version
, Cabal
, Print
, Env
, Help
build-depends: base >= 4.9 && < 5
, shake >= 0.16.4 && < 0.19
, directory
, filepath
, extra
, text
default-extensions: LambdaCase
, TupleSections
, RecordWildCards
default-language: Haskell2010
if flag(run-from-stack)
cpp-options: -DRUN_FROM_STACK
else
build-depends: cabal-install-parsers
flag run-from-stack
description: Inform the application that it is run from stack
default: False
manual: True