debian/0000755000000000000000000000000012323451332007164 5ustar debian/watch0000644000000000000000000000017712224036530010221 0ustar version=3 http://hackage.haskell.org/package/llvm-base/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000036712323343072010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_SETUP_GHC_CONFIGURE_ARGS := \ --configure-option=--with-llvm-prefix=/usr/lib/llvm-3.3 debian/copyright0000644000000000000000000000714512036250650011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: llvm-base Maintainer: Bryan O'Sullivan , Lennart Augustsson Source: http://hackage.haskell.org/packages/archive/llvm-base Copyright: Copyright (c) 2007-2009 Bryan O'Sullivan License: BSD3 Copyright (c) 2007-2009 Bryan O'Sullivan All rights reserved. Developed by: Bryan O'Sullivan http://www.serpentine.com/blog/ Lennart Augustsson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. * Neither the names of Bryan O'Sullivan, University of Illinois at Urbana-Champaign, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. Files: cbits/extra.cpp include/extra.h Copyright: Copyright (c) 2008-10, Mahadevan R License: BSD3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of this software, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012036250650010465 5ustar debian/source/format0000644000000000000000000000001412036250650011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012323451254010616 5ustar debian/patches/series0000644000000000000000000000001712323450375012034 0ustar llvm-3.3.patch debian/patches/llvm-3.3.patch0000644000000000000000000000115112323451254013110 0ustar Description: Add LLVM 3.3 support Author: Colin Watson Forwarded: no Last-Update: 2014-04-16 Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,7 @@ llvm_extra_ghci_libs="" -AC_SEARCH_LIBS([LLVMModuleCreateWithName],[LLVM-2.7 LLVM-2.8 LLVM-2.9 LLVM-3.0 LLVM-3.1 LLVM-3.2]) +AC_SEARCH_LIBS([LLVMModuleCreateWithName],[LLVM-2.7 LLVM-2.8 LLVM-2.9 LLVM-3.0 LLVM-3.1 LLVM-3.2 LLVM-3.3]) if test "$ac_cv_search_LLVMModuleCreateWithName" = "no"; then llvm_all_libs="`$llvm_config --libs all`" else debian/compat0000644000000000000000000000000212147616246010375 0ustar 9 debian/control0000644000000000000000000000400312323336612010567 0ustar Source: haskell-llvm-base Section: haskell Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , dh-autoreconf , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , llvm-3.3-dev , libghc-mtl-dev , libghc-mtl-prof Build-Depends-Indep: ghc-doc , libghc-mtl-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/llvm-base Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-llvm-base Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-llvm-base Package: libghc-llvm-base-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , llvm-3.3-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb} This package provides low-level bindings to the LLVM compiler toolkit. Higher-level bindings can be found in the libghc-llvm-dev package. . ${haskell:Blurb} Package: libghc-llvm-base-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb} This package provides low-level bindings to the LLVM compiler toolkit. Higher-level bindings can be found in the libghc-llvm-dev package. . ${haskell:Blurb} Package: libghc-llvm-base-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb} This package provides low-level bindings to the LLVM compiler toolkit. Higher-level bindings can be found in the libghc-llvm-dev package. . ${haskell:Blurb} debian/changelog0000644000000000000000000000371512323451331011043 0ustar haskell-llvm-base (3.2.0.0-3ubuntu1) trusty; urgency=medium * Add LLVM 3.3 support. * Use dh-autoreconf to help apply this change. * Build-depend/depend on llvm-3.3-dev and force its use; the default (llvm-3.4) is not supported yet (LP: #1278106). -- Colin Watson Wed, 16 Apr 2014 10:52:25 +0100 haskell-llvm-base (3.2.0.0-3) unstable; urgency=low * Adjust watch file to new hackage layout * Rebuilding should closes: #733393 -- Joachim Breitner Mon, 27 Jan 2014 17:31:28 +0000 haskell-llvm-base (3.2.0.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:19 +0200 haskell-llvm-base (3.2.0.0-1) experimental; urgency=low * New upstream release (Closes: #708804) -- Joachim Breitner Sat, 18 May 2013 19:29:58 +0200 haskell-llvm-base (3.0.1.0-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:27 +0200 haskell-llvm-base (3.0.1.0-1) unstable; urgency=low * New upstream release (Closes: #665010) + Drop patch, applied upstream -- Joachim Breitner Thu, 17 May 2012 13:31:05 +0200 haskell-llvm-base (3.0.0.0-3) unstable; urgency=low * Don't link the test program (to discover if we have LLVM installed) with LLVMSystem. It doesn't exist at least on LLVM 2.9. -- Iain Lane Fri, 16 Mar 2012 21:54:04 +0000 haskell-llvm-base (3.0.0.0-2) unstable; urgency=low * Amend debian/copyright as suggested by Luca Falavigna -- Joachim Breitner Sun, 11 Mar 2012 15:44:32 +0100 haskell-llvm-base (3.0.0.0-1) unstable; urgency=low * Initial release. -- Joachim Breitner Sat, 10 Mar 2012 19:51:07 +0100