Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Glasgow Haskell Compiler
Packages
Cabal
Commits
aa835ea0
Commit
aa835ea0
authored
9 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Plain Diff
Merge pull request #2905 from phadej/travis-ghc-7.2
Bump lower bounds of dependencies
parents
32b01519
6b624050
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cabal/Cabal.cabal
+9
-9
9 additions, 9 deletions
Cabal/Cabal.cabal
cabal-install/cabal-install.cabal
+9
-9
9 additions, 9 deletions
cabal-install/cabal-install.cabal
with
18 additions
and
18 deletions
Cabal/Cabal.cabal
+
9
−
9
View file @
aa835ea0
...
...
@@ -144,16 +144,16 @@ flag bundled-binary-generic
library
build-depends:
base >= 4.4 && < 5,
array >= 0.1 && < 0.6,
base >= 4.5 && < 5,
bytestring >= 0.9 && < 1,
containers >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.5,
filepath >= 1 && < 1.5,
directory >= 1 && < 1.3,
directory >= 1.1 && < 1.3,
filepath >= 1.3 && < 1.5,
pretty >= 1.1 && < 1.2,
process >= 1.1.0.1 && < 1.4,
time >= 1.1 && < 1.6,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
pretty >= 1 && < 1.2,
bytestring >= 0.9
time >= 1.4 && < 1.6
if flag(bundled-binary-generic)
build-depends: binary >= 0.5 && < 0.7
...
...
@@ -166,7 +166,7 @@ library
if !os(windows)
build-depends:
unix >= 2.
0
&& < 2.8
unix >= 2.
5
&& < 2.8
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs
...
...
This diff is collapsed.
Click to expand it.
cabal-install/cabal-install.cabal
+
9
−
9
View file @
aa835ea0
...
...
@@ -160,22 +160,22 @@ executable cabal
-- NOTE: when updating build-depends, don't forget to update version regexps
-- in bootstrap.sh.
build-depends:
array >= 0.
1
&& < 0.6,
base >= 4.
3
&& < 5,
array >= 0.
4
&& < 0.6,
base >= 4.
5
&& < 5,
bytestring >= 0.9 && < 1,
Cabal >= 1.23 && < 1.24,
containers >= 0.
1
&& < 0.6,
filepath >= 1.
0
&& < 1.5,
containers >= 0.
4
&& < 0.6,
filepath >= 1.
3
&& < 1.5,
HTTP >= 4000.1.5 && < 4000.3,
mtl >= 2.0 && < 3,
pretty >= 1
&& < 1.2,
pretty >= 1
.1
&& < 1.2,
random >= 1 && < 1.2,
stm >= 2.0 && < 3,
time >= 1.
1
&& < 1.6,
time >= 1.
4
&& < 1.6,
zlib >= 0.5.3 && < 0.7
if flag(old-directory)
build-depends: directory >= 1 && < 1.2, old-time >= 1 && < 1.2,
build-depends: directory >= 1
.1
&& < 1.2, old-time >= 1 && < 1.2,
process >= 1.0.1.1 && < 1.1.0.2
else
build-depends: directory >= 1.2 && < 1.3,
...
...
@@ -193,7 +193,7 @@ executable cabal
build-depends: Win32 >= 2 && < 3
cpp-options: -DWIN32
else
build-depends: unix >= 2.
0
&& < 2.8
build-depends: unix >= 2.
5
&& < 2.8
if arch(arm) && impl(ghc < 7.6)
-- older ghc on arm does not support -threaded
...
...
@@ -279,7 +279,7 @@ test-suite integration-tests
build-depends: Win32 >= 2 && < 3
cpp-options: -DWIN32
else
build-depends: unix >= 2.
0
&& < 2.8
build-depends: unix >= 2.
5
&& < 2.8
if arch(arm)
cc-options: -DCABAL_NO_THREADED
...
...
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