Package: kaya / 0.4.4-6.2

Metadata

Package Version Patches format
kaya 0.4.4-6.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian changes 0.4.4 5 | (download)

compiler/CodegenCPP.hs | 4 2 + 2 - 0 !
compiler/KeyGen.hs | 2 1 + 1 - 0 !
config.guess | 1533 1533 + 0 - 0 !
config.sub | 1693 1693 + 0 - 0 !
example-programs/Makefile | 27 27 + 0 - 0 !
stdlib/KayaDoc.k | 4 2 + 2 - 0 !
6 files changed, 3258 insertions(+), 5 deletions(-)

 upstream changes introduced in version 0.4.4-5
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 kaya (0.4.4-5) unstable; urgency=low
 .
   * Apply patch from upstream to fix build error. Closes: #628309.
   * Fix up build deps. Closes: #621808.
   * Switch to quilt for our source format.
 .
 The person named in the Author field signed this changelog entry.
haskell.patch | (download)

compiler/APIDocs.hs | 2 1 + 1 - 0 !
compiler/CallGraph.hs | 2 1 + 1 - 0 !
compiler/Chaser.hs | 6 2 + 4 - 0 !
compiler/CodegenCPP.hs | 2 1 + 1 - 0 !
compiler/Context.hs | 2 1 + 1 - 0 !
compiler/Driver.hs | 7 4 + 3 - 0 !
compiler/Inference.hs | 2 1 + 1 - 0 !
compiler/KeyGen.hs | 2 1 + 1 - 0 !
compiler/Language.hs | 2 1 + 1 - 0 !
compiler/Lexer.hs | 2 1 + 1 - 0 !
compiler/Main.hs | 6 4 + 2 - 0 !
compiler/Module.hs | 2 1 + 1 - 0 !
compiler/Options.hs | 2 1 + 1 - 0 !
compiler/PMComp.hs | 2 1 + 1 - 0 !
compiler/Parser.y | 4 2 + 2 - 0 !
compiler/REPL.hs.in | 8 4 + 4 - 0 !
compiler/TAC.hs | 2 1 + 1 - 0 !
17 files changed, 28 insertions(+), 27 deletions(-)

 fix haskell modules import
gcc 4.7.patch | (download)

posix/signal_glue.h | 2 2 + 0 - 0 !
posix/sockets_glue.cc | 1 1 + 0 - 0 !
rts/VMState.cc | 1 1 + 0 - 0 !
3 files changed, 4 insertions(+)

 fix ftbfs with gcc 4.7
ghc 7.6 fixes | (download)

compiler/CodegenCPP.hs | 3 2 + 1 - 0 !
compiler/Driver.hs | 5 3 + 2 - 0 !
compiler/Module.hs | 5 3 + 2 - 0 !
compiler/Portability64.hs | 3 2 + 1 - 0 !
compiler/REPL.hs.in | 3 2 + 1 - 0 !
5 files changed, 12 insertions(+), 7 deletions(-)

 fix build with changed apis in ghc 7.6
new gc api.patch | (download)

configure.ac | 17 17 + 0 - 0 !
rts/sizes.h.in | 3 3 + 0 - 0 !
rts/stdfuns.cc | 13 13 + 0 - 0 !
rts/stdfuns.h | 3 3 + 0 - 0 !
stdlib/Prelude.k | 3 2 + 1 - 0 !
5 files changed, 38 insertions(+), 1 deletion(-)

 upstream backports:
  Fri Jan 20 08:54:17 GMT 2012  c.i.morris@durham.ac.uk
    * Fix for GCC-4.7 build problem
    Contributed by Jochen Schmitt
  Sun May  9 21:57:02 BST 2010  c.i.morris@durham.ac.uk
    * Fix for change to GC API
    Thanks to Jochen Schmitt for identifying the problem and providing the ./configure check