debian/0000755000000000000000000000000012254442161007167 5ustar debian/watch0000644000000000000000000000034612131221166010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|basic-prelude-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/basic-prelude \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512131221166010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000255412131221166011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: basic-prelude Upstream-Contact: Michael Snoyman, http://www.yesodweb.com/ Source: http://hackage.haskell.org/package/basic-prelude Files: * Copyright: 2012 Michael Snoyman License: MIT Files: debian/* Copyright: 2012 Clint Adams License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 AUTHORS 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 IN THE SOFTWARE. debian/source/0000755000000000000000000000000012131221166010461 5ustar debian/source/format0000644000000000000000000000001412131221166011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616114010367 0ustar 9 debian/control0000644000000000000000000001122612147625264010604 0ustar Source: haskell-basic-prelude Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-hashable-dev , libghc-hashable-prof , libghc-readargs-dev (>> 1.2) , libghc-readargs-dev (<< 1.3) , libghc-readargs-prof , libghc-system-filepath-dev (>> 0.4) , libghc-system-filepath-dev (<< 0.5) , libghc-system-filepath-prof , libghc-text-dev , libghc-text-prof , libghc-transformers-dev , libghc-transformers-prof , libghc-unordered-containers-dev , libghc-unordered-containers-prof , libghc-vector-dev , libghc-vector-prof , libghc-lifted-base-dev , libghc-lifted-base-prof Build-Depends-Indep: ghc-doc , libghc-hashable-doc , libghc-readargs-doc , libghc-system-filepath-doc , libghc-text-doc , libghc-transformers-doc , libghc-unordered-containers-doc , libghc-vector-doc , libghc-lifted-base-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/basic-prelude Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-basic-prelude Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-basic-prelude Package: libghc-basic-prelude-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: enhanced core prelude${haskell:ShortBlurb} The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions. . So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude. . Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude. . ${haskell:Blurb} Package: libghc-basic-prelude-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: enhanced core prelude${haskell:ShortBlurb} The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions. . So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude. . Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude. . ${haskell:Blurb} Package: libghc-basic-prelude-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: enhanced core prelude${haskell:ShortBlurb} The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions. . So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude. . Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude. . ${haskell:Blurb} debian/changelog0000644000000000000000000000177412254442161011052 0ustar haskell-basic-prelude (0.3.4.0-2build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 00:57:21 +0000 haskell-basic-prelude (0.3.4.0-2build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 26 Oct 2013 07:47:47 +0100 haskell-basic-prelude (0.3.4.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 12:23:02 +0100 haskell-basic-prelude (0.3.4.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:53 +0200 haskell-basic-prelude (0.3.4.0-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 10 Apr 2013 10:28:07 +0200 haskell-basic-prelude (0.3.1.0-1) experimental; urgency=low * Initial release. -- Clint Adams Sat, 17 Nov 2012 00:31:30 -0500