debian/0000755000000000000000000000000012150231264007162 5ustar debian/copyright0000644000000000000000000000353512036251772011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: vector Maintainer: Roman Leshchinskiy Source: http://hackage.haskell.org/packages/archive/vector/0.6.0.1/vector-0.6.0.1.tar.gz Copyright: 2008-2010, Max Bolingbroke, Roman Leshchinskiy License: BSD3 Copyright (c) 2008-2011, Roman Leshchinskiy All rights reserved. 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 name of the University 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 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW AND THE 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 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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/watch0000644000000000000000000000033012036251772010220 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|vector-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/vector \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616353010374 0ustar 9 debian/patches/0000755000000000000000000000000012036251772010622 5ustar debian/patches/series0000644000000000000000000000002412036251772012033 0ustar no_ann_without_ghci debian/patches/no_ann_without_ghci0000644000000000000000000000176612036251772014604 0ustar Description: Disable annotation without ghci Can be removed if ghc ignores annotation without an interpreter: http://hackage.haskell.org/trac/ghc/ticket/4268 Author: Joachim Breitner Bug-Debian: http://bugs.debian.org/640088 Forwarded: no Index: haskell-vector-0.9.1/Data/Vector/Fusion/Stream/Monadic.hs =================================================================== --- haskell-vector-0.9.1.orig/Data/Vector/Fusion/Stream/Monadic.hs 2012-02-10 23:48:51.000000000 +0100 +++ haskell-vector-0.9.1/Data/Vector/Fusion/Stream/Monadic.hs 2012-02-10 23:49:04.000000000 +0100 @@ -94,15 +94,19 @@ import Data.Word ( Word8, Word16, Word32, Word, Word64 ) #if __GLASGOW_HASKELL__ >= 700 +#ifndef DEBIAN_NO_GHCI import GHC.Exts ( SpecConstrAnnotation(..) ) #endif +#endif #include "vector.h" data SPEC = SPEC | SPEC2 #if __GLASGOW_HASKELL__ >= 700 +#ifndef DEBIAN_NO_GHCI {-# ANN type SPEC ForceSpecConstr #-} #endif +#endif emptyStream :: String {-# NOINLINE emptyStream #-} debian/control0000644000000000000000000000366512150230204010570 0ustar Source: haskell-vector Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco TĂșlio Gontijo e Silva , Iulian Udrea DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-primitive-dev (>= 0.5.0.1) , libghc-primitive-dev (<< 0.6) , libghc-primitive-prof Build-Depends-Indep: ghc-doc , libghc-primitive-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/vector Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector Package: libghc-vector-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Efficient Arrays for Haskell${haskell:ShortBlurb} An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. . ${haskell:Blurb} Package: libghc-vector-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Efficient Arrays for Haskell${haskell:ShortBlurb} An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. . ${haskell:Blurb} Package: libghc-vector-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Efficient Arrays for Haskell${haskell:ShortBlurb} An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop fusion optimization framework. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251772010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000427112150231264011040 0ustar haskell-vector (0.10.0.1-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:52 +0200 haskell-vector (0.10.0.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:24 +0200 haskell-vector (0.10.0.1-1) experimental; urgency=low * New upstream release (Closes: 695487) -- Joachim Breitner Sun, 09 Dec 2012 11:02:22 +0100 haskell-vector (0.9.1-3) 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:02:23 +0200 haskell-vector (0.9.1-2) unstable; urgency=low * Last release lost the debian/patches/series file, re-adding it. -- Joachim Breitner Fri, 10 Feb 2012 23:45:15 +0100 haskell-vector (0.9.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 06 Feb 2012 17:23:05 +0100 haskell-vector (0.9-2) unstable; urgency=low * Disable annotation if GHCI is not available. Needs latest haskell-devscripts. (Closes: #640088) -- Joachim Breitner Sun, 04 Sep 2011 19:32:45 +0200 haskell-vector (0.9-1) unstable; urgency=low [ Joachim Breitner ] * Add Max Bolingbroke in debian/copright [ Iulian Udrea ] * New upstream release. * Update debian/copyright years. * Bump dependencies. * Add myself to Uploaders. * Add DM-Upload-Allowed: yes. * Bump Standards-Version to 3.9.2; no changes required. -- Iulian Udrea Tue, 30 Aug 2011 21:33:13 +0100 haskell-vector (0.7.0.1-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Fri, 15 Apr 2011 18:59:15 +0530 haskell-vector (0.6.0.1-1) unstable; urgency=low * Initial release. (Closes: #582473) -- Marco TĂșlio Gontijo e Silva Fri, 21 May 2010 12:19:59 -0300 debian/source/0000755000000000000000000000000012036251772010473 5ustar debian/source/format0000644000000000000000000000001412036251772011701 0ustar 3.0 (quilt)