debian/0000755000000000000000000000000012232662736007177 5ustar debian/watch0000644000000000000000000000017612232013747010224 0ustar version=3 http://hackage.haskell.org/package/uniplate/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000023512232013747010247 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000373312232013747011130 0ustar This package was originally debianised by Erik de Castro Lopo Sun, 14 Jun 2009. It was downloaded from the Haskell hackage repository at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uniplate Copyright: Copyright Neil Mitchell 2006-2007. 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 the name of Neil Mitchell nor the names of other 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 packaging copyright: (C) 2009 Erik de Castro Lopo All changes by Erik de Castro Lopo may be redistributed under the same terms as haskell-uniplate itself. debian/source/0000755000000000000000000000000012232013747010467 5ustar debian/source/format0000644000000000000000000000001412232013747011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012232014255010611 5ustar debian/patches/no-annotations-without-ghci0000644000000000000000000000073212232014255016116 0ustar Description: Patch out ANN pragma if GHCi is not available Author: Joachim Breitner --- haskell-uniplate-1.6.11.orig/Data/Generics/Uniplate/Internal/Utils.hs +++ haskell-uniplate-1.6.11/Data/Generics/Uniplate/Internal/Utils.hs @@ -24,8 +24,10 @@ import GHC.IO(IO(IO)) #if __GLASGOW_HASKELL__ >= 701 import GHC.Exts(SpecConstrAnnotation(..)) +#ifndef DEBIAN_NO_GHCI {-# ANN type SPEC ForceSpecConstr #-} #endif +#endif {-# INLINE builder #-} debian/patches/series0000644000000000000000000000003412232014226012021 0ustar no-annotations-without-ghci debian/compat0000644000000000000000000000000212232013747010365 0ustar 9 debian/control0000644000000000000000000000545612232013747010604 0ustar Source: haskell-uniplate Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Erik de Castro Lopo Build-Depends: , debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , libghc-syb-dev , libghc-syb-prof , libghc-syb-doc , libghc-hashable-dev (>= 1.1.2.3) , libghc-hashable-dev (<< 1.3) , libghc-hashable-prof , libghc-hashable-doc , libghc-unordered-containers-dev (>= 0.2.1) , libghc-unordered-containers-dev (<< 0.3) , libghc-unordered-containers-prof , libghc-unordered-containers-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/uniplate Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uniplate Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uniplate Package: libghc-uniplate-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: A Haskell library for uniform type generic traversals${haskell:ShortBlurb} . The Haskell Uniplate library abstracts over common traversals and queries in a simple manner allowing the user to scrap their boilerplate code. . A more complete document on the Uniplate class was published at the Haskell Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a video presentation, and the associated thesis chapter. . ${haskell:Blurb} Package: libghc-uniplate-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Profiling libraries for uniform type generic traversals${haskell:ShortBlurb} . The Haskell Uniplate library abstracts over common traversals and queries in a simple manner allowing the user to scrap their boilerplate code. . A more complete document on the Uniplate class was published at the Haskell Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a video presentation, and the associated thesis chapter. . ${haskell:Blurb} Package: libghc-uniplate-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Documentation for uniform type generic traversals${haskell:ShortBlurb} . The Haskell Uniplate library abstracts over common traversals and queries in a simple manner allowing the user to scrap their boilerplate code. . A more complete document on the Uniplate class was published at the Haskell Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a video presentation, and the associated thesis chapter. . ${haskell:Blurb} debian/changelog0000644000000000000000000000715312232662736011057 0ustar haskell-uniplate (1.6.11-2build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 26 Oct 2013 07:49:02 +0100 haskell-uniplate (1.6.11-2) unstable; urgency=low * Patch out ANN pragma on architectures without GHCi -- Joachim Breitner Wed, 23 Oct 2013 20:43:33 +0200 haskell-uniplate (1.6.11-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Louis Bettens ] * New upstream release -- Joachim Breitner Mon, 14 Oct 2013 22:43:33 +0200 haskell-uniplate (1.6.7-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:19 +0200 haskell-uniplate (1.6.7-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 Thu, 18 Oct 2012 10:26:20 +0200 haskell-uniplate (1.6.7-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Sat, 19 May 2012 12:00:21 -0400 haskell-uniplate (1.6.6-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 25 Feb 2012 16:32:36 +0100 haskell-uniplate (1.6-1) unstable; urgency=low [ Erik de Castro Lopo ] * New upstream release. * debian/control: Standards version to 3.9.1, no changes needed. * Remove libghc-uniplate-doc.doc-base. [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * Depend on syb -- Joachim Breitner Wed, 13 Apr 2011 11:57:26 +0530 haskell-uniplate (1.5.1-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Joachim Breitner ] * New upstream release, required for new hlint -- Joachim Breitner Sat, 06 Mar 2010 13:42:58 +0100 haskell-uniplate (1.3-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. * debian/control: Split dependencies in more than one line. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * Use debian/compat 7. * debian/control: Use more sintetic link in Homepage:. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 18:06:57 +0100 haskell-uniplate (1.3-1) unstable; urgency=low [ Erik de Castro Lopo ] * New upstream. * debian/control: - Maintainer is Debian Haskell Group. - Add myself to uploaders. - Add Vcs-Darcs entry. * Add libghc6-uniplate-doc.doc-base [ Marco Túlio Gontijo e Silva ] * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. -- Erik de Castro Lopo Tue, 12 Jan 2010 09:18:46 +1100 haskell-uniplate (1.2.0.3-1) unstable; urgency=low * Initial debian package. Closes: #533120. -- Erik de Castro Lopo Sun, 14 Jun 2009 15:09:26 +1000