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
acf67685
Commit
acf67685
authored
1 year ago
by
Mike Pilgrem
Committed by
Mikolaj
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Change hashes to appease failing 'validate' CI
parent
fa3f6b69
Branches
fix9534
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-tests/tests/UnitTests/Distribution/Utils/Structured.hs
+4
-4
4 additions, 4 deletions
Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
changelog.d/issue-9534
+1
-0
1 addition, 0 deletions
changelog.d/issue-9534
with
5 additions
and
4 deletions
Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
+
4
−
4
View file @
acf67685
...
...
@@ -33,15 +33,15 @@ md5Check proxy md5Int = structureHash proxy @?= md5FromInteger md5Int
md5CheckGenericPackageDescription
::
Proxy
GenericPackageDescription
->
Assertion
md5CheckGenericPackageDescription
proxy
=
md5Check
proxy
#
if
MIN_VERSION_base
(
4
,
19
,
0
)
0x
c638caeb7531f107f64d12773f9430d0
0x
baf013a54a9ae4dab8d9c8beecb5ac5d
#
else
0x
7a231bff7bb37049ec7f2ebfd98d3243
0x
cbd99e3b359decfab4b25e1335067f72
#
endif
md5CheckLocalBuildInfo
::
Proxy
LocalBuildInfo
->
Assertion
md5CheckLocalBuildInfo
proxy
=
md5Check
proxy
#
if
MIN_VERSION_base
(
4
,
19
,
0
)
0x
ceb2a9b9aa0555228a98bd875534be77
0x
403539e40a138deaf1a1189aa349cff2
#
else
0x
c94d93ef5dd99410a5b2f1f3c9853f00
0x
279674c69cfcfd5e8ffd51bc02965cd7
#
endif
This diff is collapsed.
Click to expand it.
changelog.d/issue-9534
+
1
−
0
View file @
acf67685
synopsis: Distinguish `powerpc64le`, by adding `PPC64LE` constructor to type `Arch`
packages: Cabal Cabal-syntax
prs: #9535
issues: #9534
description: {
...
...
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