debian/0000755000000000000000000000000012254327461007174 5ustar debian/watch0000644000000000000000000000034212036250636010221 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|lifted-base-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/lifted-base \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020512036250636010246 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000345012036250636011126 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Upstream-Name: lifted-base Upstream-Contact: Jack Upstream Developer Source: http://hackage.haskell.org/package/lifted-base Copyright: Copyright © 2010, Bas van Dijk, Anders Kaseorg License: BSD3 Copyright © 2010, Bas van Dijk, Anders Kaseorg 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 the author 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 HOLDER 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/0000755000000000000000000000000012036250636010471 5ustar debian/source/format0000644000000000000000000000001412036250636011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012036250636010620 5ustar debian/compat0000644000000000000000000000000212147616245010374 0ustar 9 debian/control0000644000000000000000000000514312147625363010605 0ustar Source: haskell-lifted-base Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-base-unicode-symbols-dev (>= 0.1.1) , libghc-base-unicode-symbols-dev (<< 0.3) , libghc-base-unicode-symbols-prof , libghc-transformers-base-dev (>= 0.4) , libghc-transformers-base-dev (<< 0.5) , libghc-transformers-base-prof , libghc-monad-control-dev (>= 0.3) , libghc-monad-control-dev (<< 0.4) , libghc-monad-control-prof # test suite , libghc-hunit-dev (>= 1.2.2) , libghc-hunit-dev (<< 1.3) , libghc-test-framework-dev (>= 0.2.4) , libghc-test-framework-dev (<< 0.9) , libghc-test-framework-hunit-dev (>= 0.2.4) , libghc-test-framework-hunit-dev (<< 0.4) Build-Depends-Indep: ghc-doc , libghc-base-unicode-symbols-doc , libghc-transformers-base-doc , libghc-monad-control-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/lifted-base Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lifted-base Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lifted-base Package: libghc-lifted-base-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Lifted IO operations from the base library${haskell:ShortBlurb} This package exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl', as provided by the libghc-monad-control-dev package.. . ${haskell:Blurb} Package: libghc-lifted-base-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Lifted IO operations from the base library${haskell:ShortBlurb} This package exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl', as provided by the libghc-monad-control-dev package.. . ${haskell:Blurb} Package: libghc-lifted-base-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Lifted IO operations from the base library${haskell:ShortBlurb} This package exports IO operations from the base library lifted to any instance of 'MonadBase' or 'MonadBaseControl', as provided by the libghc-monad-control-dev package.. . ${haskell:Blurb} debian/changelog0000644000000000000000000000323412254327461011050 0ustar haskell-lifted-base (0.2.0.3-2build1) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 18 Dec 2013 14:20:33 +0000 haskell-lifted-base (0.2.0.3-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:18 +0200 haskell-lifted-base (0.2.0.3-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 10 Apr 2013 10:26:51 +0200 haskell-lifted-base (0.2-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Wed, 17 Oct 2012 20:29:11 +0200 haskell-lifted-base (0.1.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Mon, 14 May 2012 21:28:45 -0400 haskell-lifted-base (0.1.0.4-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. * Tweak to build with newer test-framework. closes: #669463. -- Clint Adams Sat, 21 Apr 2012 19:35:36 -0400 haskell-lifted-base (0.1.0.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Fri, 10 Feb 2012 12:34:47 -0500 haskell-lifted-base (0.1.0.2-2) unstable; urgency=low * Enable Cabal test suite -- Joachim Breitner Wed, 04 Jan 2012 20:17:01 +0100 haskell-lifted-base (0.1.0.2-1) unstable; urgency=low * Initial release. -- Joachim Breitner Thu, 29 Dec 2011 21:11:08 +0100