#8 riscv64: Apply Cabal patch
Merged 4 months ago by petersen. Opened 4 months ago by rjones.
rpms/ rjones/ghc riscv64-apply-cabal  into  rawhide

file modified
+3
@@ -479,6 +479,9 @@ 

  %patch -P30 -p1 -b .orig

  %endif

  

+ #RISCV64 cabal support

+ %patch -P40 -p1 -b .orig

+ 

  #GHCi support

  %patch -P41 -p1 -b .orig

  

Note this depends on / includes the earlier pull request: https://src.fedoraproject.org/rpms/ghc/pull-request/7

There previous PRs were merged already. Thus you might want to redo this.

rebased onto 2c11fbe

4 months ago

Pull-Request has been merged by petersen

4 months ago

(Also I can forward port these changes to ghc9.6+ later)

Is that "everything"? :-)

Shall I build it for rawhide?

You can do. I don't think these patches should have any effect on !riscv64 arches.

Actually I think I need to make the Cabal patch conditional for now otherwise it will change the Cabal hash and cause a lot of deps metadata breakage

Okay I just pushed a tweak to condition them then (though Hadrian would be okay)

Yes that looks like a sensible change.

Metadata