Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Haskell Language Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
Haskell Language Server
Commits
799724df
"README.md" did not exist on "sdoc"
Unverified
Commit
799724df
authored
2 years ago
by
Zubin
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
eaae78e8
No related branches found
No related tags found
No related merge requests found
Pipeline
#58797
failed
2 years ago
Stage: build
Stage: tar
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+2
-1
2 additions, 1 deletion
GNUmakefile
with
2 additions
and
1 deletion
GNUmakefile
+
2
−
1
View file @
799724df
...
@@ -11,9 +11,10 @@ UNAME := $(shell uname)
...
@@ -11,9 +11,10 @@ UNAME := $(shell uname)
ROOT_DIR
:=
$(
shell
dirname
$(
realpath
$(
firstword
$(
MAKEFILE_LIST
))))
ROOT_DIR
:=
$(
shell
dirname
$(
realpath
$(
firstword
$(
MAKEFILE_LIST
))))
GHC_VERSION
?=
GHC_VERSION
?=
TARBALL_ARCHIVE_SUFFIX
?=
HLS_VERSION
:=
$(
shell
grep
'^version:'
haskell-language-server.cabal |
awk
'{ print $$2
}
'
)
HLS_VERSION
:=
$(
shell
grep
'^version:'
haskell-language-server.cabal |
awk
'{ print $$2
}
'
)
TARBALL
?=
haskell-language-server-
$(
HLS_VERSION
)
.tar.xz
TARBALL
?=
haskell-language-server-
$(
HLS_VERSION
)
-
$(
TARBALL_ARCHIVE_SUFFIX
)
.tar.xz
CHMOD
:=
chmod
CHMOD
:=
chmod
CHMOD_X
:=
$(
CHMOD
)
755
CHMOD_X
:=
$(
CHMOD
)
755
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment