Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Cabal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
d1083af2
Commit
d1083af2
authored
May 26, 2019
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling error
[ci skip]
parent
11047e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Cabal/Distribution/PackageDescription/Check.hs
Cabal/Distribution/PackageDescription/Check.hs
+1
-1
No files found.
Cabal/Distribution/PackageDescription/Check.hs
View file @
d1083af2
...
...
@@ -1366,7 +1366,7 @@ checkCabalVersion pkg =
&&
isNothing
(
setupBuildInfo
pkg
)
&&
buildType
pkg
==
Custom
)
$
PackageDistSuspiciousWarn
$
"From version 1.24 cabal supports specif
i
ying explicit dependencies "
"From version 1.24 cabal supports specifying explicit dependencies "
++
"for Custom setup scripts. Consider using cabal-version >= 1.24 and "
++
"adding a 'custom-setup' section with a 'setup-depends' field "
++
"that specifies the dependencies of the Setup.hs script itself. "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment