Skip to content

Commit b50da41

Browse files
berbermanmergify[bot]jneira
authored
Update shake bounds of install script (haskell#1664)
* Update shake bounds of install script * Format hls-install.cabal Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Javier Neira <[email protected]>
1 parent ab16895 commit b50da41

File tree

1 file changed

+39
-32
lines changed

1 file changed

+39
-32
lines changed

install/hls-install.cabal

+39-32
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,47 @@
1-
name: hls-install
2-
version: 0.8.0.0
3-
synopsis: Install the haskell-language-server
4-
license: BSD3
5-
author: Many, TBD when we release
6-
maintainer: [email protected]
7-
copyright: 2019
8-
build-type: Simple
9-
cabal-version: >=2.0
1+
name: hls-install
2+
version: 0.8.0.0
3+
synopsis: Install the haskell-language-server
4+
license: BSD3
5+
author: Many, TBD when we release
6+
maintainer: [email protected]
7+
copyright: 2019
8+
build-type: Simple
9+
cabal-version: >=2.0
1010

1111
library
12-
hs-source-dirs: src
13-
exposed-modules: HlsInstall
14-
other-modules: BuildSystem
15-
, Stack
16-
, Version
17-
, Cabal
18-
, Print
19-
, Env
20-
, Help
21-
build-depends: base >= 4.9 && < 5
22-
, shake >= 0.16.4 && < 0.19
23-
, directory
24-
, filepath
25-
, extra
26-
, text
27-
default-extensions: LambdaCase
28-
, TupleSections
29-
, RecordWildCards
30-
default-language: Haskell2010
12+
hs-source-dirs: src
13+
exposed-modules: HlsInstall
14+
other-modules:
15+
BuildSystem
16+
Cabal
17+
Env
18+
Help
19+
Print
20+
Stack
21+
Version
22+
23+
build-depends:
24+
base >=4.9 && <5
25+
, directory
26+
, extra
27+
, filepath
28+
, shake >=0.17.5
29+
, text
30+
31+
default-extensions:
32+
LambdaCase
33+
RecordWildCards
34+
TupleSections
35+
36+
default-language: Haskell2010
3137

3238
if flag(run-from-stack)
33-
cpp-options: -DRUN_FROM_STACK
39+
cpp-options: -DRUN_FROM_STACK
40+
3441
else
3542
build-depends: cabal-install-parsers
3643

3744
flag run-from-stack
38-
description: Inform the application that it is run from stack
39-
default: False
40-
manual: True
45+
description: Inform the application that it is run from stack
46+
default: False
47+
manual: True

0 commit comments

Comments
 (0)