[Pkg-haskell-commits] darcs: ghc: Depend on unversioned llvm package, for the opt binary.
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 3 16:45:02 UTC 2012
Mon Jan 2 19:49:48 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Depend on unversioned llvm package, for the opt binary.
Ignore-this: 2396512874abb81d901239813fdffbf
M ./control -2 +2
Mon Jan 2 19:49:48 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Depend on unversioned llvm package, for the opt binary.
Ignore-this: 2396512874abb81d901239813fdffbf
diff -rN -u old-ghc//control new-ghc//control
--- old-ghc//control 2012-02-03 16:45:01.411279562 +0000
+++ new-ghc//control 2012-02-03 16:45:02.033750222 +0000
@@ -13,7 +13,7 @@
autotools-dev,
autoconf,
gcc (>= 4:4.2),
- llvm-3.0 [armel armef],
+ llvm [armel armef],
libffi-dev,
pkg-config,
xsltproc,
@@ -29,7 +29,7 @@
Package: ghc
Architecture: any
-Depends: gcc (>= 4:4.2), libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: gcc (>= 4:4.2), llvm [armel armef], libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}
Replaces: ghc6 (<< 7)
Conflicts: ghc6 (<< 7)
More information about the Pkg-haskell-commits
mailing list