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
Haskell
Cabal
Commits
e7d9b84a
Commit
e7d9b84a
authored
1 year ago
by
Ben Gamari
Committed by
Mikolaj
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump time upper bound to acccomodate 1.14
parent
738e4192
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cabal-syntax/Cabal-syntax.cabal
+1
-1
1 addition, 1 deletion
Cabal-syntax/Cabal-syntax.cabal
Cabal/Cabal.cabal
+1
-1
1 addition, 1 deletion
Cabal/Cabal.cabal
with
2 additions
and
2 deletions
Cabal-syntax/Cabal-syntax.cabal
+
1
−
1
View file @
e7d9b84a
...
@@ -40,7 +40,7 @@ library
...
@@ -40,7 +40,7 @@ library
parsec >= 3.1.13.0 && < 3.2,
parsec >= 3.1.13.0 && < 3.2,
pretty >= 1.1.1 && < 1.2,
pretty >= 1.1.1 && < 1.2,
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
time >= 1.4.0.1 && < 1.1
3
,
time >= 1.4.0.1 && < 1.1
5
,
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
-- See also https://github.com/ekmett/transformers-compat/issues/35
-- See also https://github.com/ekmett/transformers-compat/issues/35
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
...
...
This diff is collapsed.
Click to expand it.
Cabal/Cabal.cabal
+
1
−
1
View file @
e7d9b84a
...
@@ -44,7 +44,7 @@ library
...
@@ -44,7 +44,7 @@ library
filepath >= 1.3.0.1 && < 1.6,
filepath >= 1.3.0.1 && < 1.6,
pretty >= 1.1.1 && < 1.2,
pretty >= 1.1.1 && < 1.2,
process >= 1.2.1.0 && < 1.7,
process >= 1.2.1.0 && < 1.7,
time >= 1.4.0.1 && < 1.1
3
time >= 1.4.0.1 && < 1.1
5
if os(windows)
if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.15
build-depends: Win32 >= 2.3.0.0 && < 2.15
...
...
This diff is collapsed.
Click to expand it.
Ben Gamari
@bgamari
mentioned in commit
554a497b
·
1 year ago
mentioned in commit
554a497b
mentioned in commit 554a497bd3341d9a1e2e77df5e81f4362e077782
Toggle commit list
Ben Gamari
@bgamari
mentioned in commit
f2b94753
·
1 year ago
mentioned in commit
f2b94753
mentioned in commit f2b9475356fce1fc0295cc99e48511c088540f7e
Toggle commit list
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