Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
cefa15dd
Commit
cefa15dd
authored
Sep 07, 2013
by
Mikhail Glushenkov
Browse files
Depend on Cabal 1.18 instead of 1.17.
Avoids potential conflicts with old Cabal snapshots.
parent
571891c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Sandbox/Timestamp.hs
View file @
cefa15dd
...
...
@@ -224,8 +224,8 @@ allPackageSourceFiles verbosity packageDir = inDir (Just packageDir) $ do
sDistListSources
=
Flag
file
}
setupOpts
=
defaultSetupScriptOptions
{
-- 'sdist --list-sources' was introduced in Cabal 1.1
7
.
useCabalVersion
=
orLaterVersion
$
Version
[
1
,
1
7
,
0
]
[]
-- 'sdist --list-sources' was introduced in Cabal 1.1
8
.
useCabalVersion
=
orLaterVersion
$
Version
[
1
,
1
8
,
0
]
[]
}
doListSources
::
IO
[
FilePath
]
...
...
Write
Preview
Supports
Markdown
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