Package: haskell-llvm Severity: normal Hello,
Could you update haskell-llvm to build with llvm-2.8 or 2.9 ? For now, haskell-llvm is using 2.7 (which is blocking the removal of this version) The attached patched fixed the issue. Thanks S -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash
diff -Nru haskell-llvm-0.8.0.2/debian/changelog haskell-llvm-0.8.0.2/debian/changelog --- haskell-llvm-0.8.0.2/debian/changelog 2010-06-24 09:58:52.000000000 +0200 +++ haskell-llvm-0.8.0.2/debian/changelog 2011-05-09 22:25:42.000000000 +0200 @@ -1,3 +1,10 @@ +haskell-llvm (0.8.0.2-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Change llvm dependencies to the default one + + -- Sylvestre Ledru <[email protected]> Mon, 09 May 2011 22:25:33 +0200 + haskell-llvm (0.8.0.2-2) unstable; urgency=low * Ship example programs in -doc package. diff -Nru haskell-llvm-0.8.0.2/debian/control haskell-llvm-0.8.0.2/debian/control --- haskell-llvm-0.8.0.2/debian/control 2010-06-24 09:58:52.000000000 +0200 +++ haskell-llvm-0.8.0.2/debian/control 2011-05-09 22:25:20.000000000 +0200 @@ -8,8 +8,8 @@ , haskell-devscripts (>= 0.7) , ghc6 , ghc6-prof - , llvm-2.7-dev - , llvm-2.7-source + , llvm-dev + , llvm-source , libghc6-mtl-dev , libghc6-mtl-prof , libghc6-type-level-dev @@ -25,7 +25,7 @@ Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} - , llvm-2.7-dev + , llvm-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} @@ -42,7 +42,7 @@ Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} - , llvm-2.7-dev + , llvm-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides}

