Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text
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
text
Compare revisions
deaaef6216d3df524f8b998c54b317478094473c to fe14df3f578cd49cb72555f25c49843a8671dfd2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ghc/packages/text
Select target project
No results found
fe14df3f578cd49cb72555f25c49843a8671dfd2
Select Git revision
Swap
Target
ghc/packages/text
Select target project
ch1bo/text
hsyl20/text
2 results
deaaef6216d3df524f8b998c54b317478094473c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Bump ghc-prim bound to <0.12
· fe14df3f
Ben Gamari
authored
1 year ago
fe14df3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
text.cabal
+1
-1
1 addition, 1 deletion
text.cabal
with
1 addition
and
1 deletion
text.cabal
View file @
fe14df3f
...
@@ -195,7 +195,7 @@ library
...
@@ -195,7 +195,7 @@ library
binary >= 0.5 && < 0.9,
binary >= 0.5 && < 0.9,
bytestring >= 0.10.4 && < 0.12,
bytestring >= 0.10.4 && < 0.12,
deepseq >= 1.1 && < 1.6,
deepseq >= 1.1 && < 1.6,
ghc-prim >= 0.2 && < 0.1
1
,
ghc-prim >= 0.2 && < 0.1
2
,
template-haskell >= 2.5 && < 2.22
template-haskell >= 2.5 && < 2.22
if impl(ghc < 9.4)
if impl(ghc < 9.4)
...
...
This diff is collapsed.
Click to expand it.