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
d9e44501
Unverified
Commit
d9e44501
authored
Jan 03, 2017
by
Mikhail Glushenkov
Browse files
s/compatability/compatibility/
[ci skip]
parent
75abc8a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Types/ComponentLocalBuildInfo.hs
View file @
d9e44501
...
...
@@ -57,7 +57,7 @@ data ComponentLocalBuildInfo
componentInternalDeps
::
[
UnitId
],
-- | Compatibility "package key" that we pass to older versions of GHC.
componentCompatPackageKey
::
String
,
-- | Compat
a
bility "package name" that we register this component as.
-- | Compat
i
bility "package name" that we register this component as.
componentCompatPackageName
::
PackageName
,
-- | A list of exposed modules (either defined in this component,
-- or reexported from another component.)
...
...
cabal-install/Distribution/Client/Compat/Prelude.hs
View file @
d9e44501
...
...
@@ -27,7 +27,7 @@ import Text.Read
#
endif
#
if
!
MIN_VERSION_base
(
4
,
6
,
0
)
-- | An implementation of readMaybe, for compat
a
bility with older base versions.
-- | An implementation of readMaybe, for compat
i
bility with older base versions.
readMaybe
::
Read
a
=>
String
->
Maybe
a
readMaybe
s
=
case
reads
s
of
[(
x
,
""
)]
->
Just
x
...
...
cabal-install/Distribution/Solver/Types/ConstraintSource.hs
View file @
d9e44501
...
...
@@ -46,7 +46,7 @@ data ConstraintSource =
-- | The source of the constraint is not specified.
|
ConstraintSourceUnknown
-- | An internal constraint due to compat
a
bility issues with the Setup.hs
-- | An internal constraint due to compat
i
bility issues with the Setup.hs
-- command line interface requires a minimum lower bound on Cabal
|
ConstraintSetupCabalMinVersion
deriving
(
Eq
,
Show
,
Generic
)
...
...
cabal-install/changelog
View file @
d9e44501
...
...
@@ -198,7 +198,7 @@
*
HTTP
-
4000
package
required
,
should
fix
bugs
with
http
proxies
*
Now
works
with
authenticated
proxies
.
*
On
Windows
can
now
override
the
proxy
setting
using
an
env
var
*
Fix
compat
a
bility
with
config
files
generated
by
older
versions
*
Fix
compat
i
bility
with
config
files
generated
by
older
versions
*
Warn
if
the
hackage
package
list
is
very
old
*
More
helpful
--
help
output
,
mention
config
file
and
examples
*
Better
documentation
in
~/.
cabal
/
config
file
...
...
@@ -255,7 +255,7 @@
0.4
Duncan
Coutts
<
duncan
@
haskell
.
org
>
Oct
2007
*
Renamed
executable
from
'cabal-install'
to
'cabal'
*
Partial
Windows
compat
a
bility
*
Partial
Windows
compat
i
bility
*
Do
per
-
user
installs
by
default
*
cabal
install
now
installs
the
package
in
the
current
directory
*
Allow
multiple
remote
servers
...
...
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