Skip to content
GitLab
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
1d8ae56f
Commit
1d8ae56f
authored
Dec 03, 2013
by
Mikhail Glushenkov
Browse files
Whitespace.
parent
e2347ece
Changes
2
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Dependency/Modular/Version.hs
View file @
1d8ae56f
...
...
@@ -40,4 +40,3 @@ checkVR = flip CV.withinRange
-- | Make a version number.
mkV
::
[
Int
]
->
Ver
mkV
xs
=
CV
.
Version
xs
[]
cabal-install/Distribution/Client/Targets.hs
View file @
1d8ae56f
...
...
@@ -177,7 +177,6 @@ data PackageSpecifier pkg =
|
SpecificSourcePackage
pkg
deriving
Show
pkgSpecifierTarget
::
Package
pkg
=>
PackageSpecifier
pkg
->
PackageName
pkgSpecifierTarget
(
NamedPackage
name
_
)
=
name
pkgSpecifierTarget
(
SpecificSourcePackage
pkg
)
=
packageName
pkg
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment