debian/0000755000000000000000000000000012147643113007170 5ustar debian/watch0000644000000000000000000000032412036251450010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|safe-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/safe \ ([\d\.]*\d)/ debian/control0000644000000000000000000000437612147627361010614 0ustar Source: haskell-safe 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 , ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/safe Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-safe Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-safe Package: libghc-safe-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: GHC Library for safe (pattern match free) functions${haskell:ShortBlurb} . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . ${haskell:Blurb} Package: libghc-safe-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Profiling library for safe (pattern match free) functions${haskell:ShortBlurb} . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . ${haskell:Blurb} Package: libghc-safe-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Documentation for safe library for (pattern match free) functions${haskell:ShortBlurb} . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . ${haskell:Blurb} debian/rules0000755000000000000000000000023512036251450010244 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/changelog0000644000000000000000000000461212147643113011045 0ustar haskell-safe (0.3.3-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:55 +0200 haskell-safe (0.3.3-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:57 +0200 haskell-safe (0.3.3-1) unstable; urgency=low [ Erik de Castro Lopo ] * debian/control: Fix typo in VCS-* fields. [ Joachim Breitner ] * New upstream release -- Joachim Breitner Tue, 07 Feb 2012 22:53:52 +0100 haskell-safe (0.3-1) unstable; urgency=low [ Erik de Castro Lopo ] * New upstream * debian/control: Standards-Version 3.9.2 (no changes needed). [ Marco Silva ] * debian/source/format: Use 3.0 (quilt). * Use ghc instead of ghc6 -- Erik de Castro Lopo Tue, 3 May 2011 19:07:51 +1000 haskell-safe (0.2-2) unstable; urgency=low [ Erik de Castro Lopo ] * debian/control: - Maintainer is Debian Haskell Group. - Add myself to uploaders. - Add Vcs-Darcs entry. [ 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. * 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:00:59 +0100 haskell-safe (0.2-1) unstable; urgency=low * Initial debian package. Closes: #482162. -- Erik de Castro Lopo Sun, 14 Jun 2009 16:22:43 +1000 debian/source/0000755000000000000000000000000012036251450010464 5ustar debian/source/format0000644000000000000000000000001412036251450011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616314010371 0ustar 9 debian/copyright0000644000000000000000000000372312036251450011124 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/safe Copyright: Copyright Neil Mitchell 2007-2008. 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-safe itself.