debian/0000755000000000000000000000000012274405640007172 5ustar debian/watch0000644000000000000000000000034412176577557010246 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|monad-logger-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/monad-logger \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512176577556010274 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000207512176577556011152 0ustar Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ 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/0000755000000000000000000000000012176577557010514 5ustar debian/source/format0000644000000000000000000000001312176577557011721 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000212176577556010411 0ustar 9 debian/control0000644000000000000000000000574712176577556010633 0ustar Source: haskell-monad-logger Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , libghc-conduit-dev (>> 1.0) , libghc-conduit-dev (<< 1.1) , libghc-conduit-prof , libghc-fast-logger-dev (>> 0.2) , libghc-fast-logger-dev (<< 0.4) , libghc-fast-logger-prof , libghc-monad-control-dev , libghc-monad-control-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-resourcet-dev (>> 0.4) , libghc-resourcet-dev (<< 0.5) , libghc-resourcet-prof , ghc-ghci , libghc-text-dev , libghc-text-prof , libghc-transformers-dev , libghc-transformers-prof , libghc-transformers-base-dev , libghc-transformers-base-prof Build-Depends-Indep: ghc-doc , libghc-conduit-doc , libghc-fast-logger-doc , libghc-monad-control-doc , libghc-mtl-doc , libghc-resourcet-doc , libghc-text-doc , libghc-transformers-doc , libghc-transformers-base-doc Standards-Version: 3.9.4 Homepage: https://github.com/kazu-yamamoto/logger Package: libghc-monad-logger-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: a class of monads which can log messages${haskell:ShortBlurb} This package uses Template Haskell for determining source code locations of messages. . Author: Michael Snoyman Upstream-Maintainer: michael@snoyman.com . This package contains the normal library files. Package: libghc-monad-logger-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: a class of monads which can log messages${haskell:ShortBlurb} This package uses Template Haskell for determining source code locations of messages. . Author: Michael Snoyman Upstream-Maintainer: michael@snoyman.com . This package contains the libraries compiled with profiling enabled. Package: libghc-monad-logger-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: a class of monads which can log messages${haskell:ShortBlurb} This package uses Template Haskell for determining source code locations of messages. . Author: Michael Snoyman Upstream-Maintainer: michael@snoyman.com . This package contains the documentation files. debian/changelog0000644000000000000000000000220312274405640011041 0ustar haskell-monad-logger (0.3.1.1-1build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 05 Feb 2014 10:00:00 +0000 haskell-monad-logger (0.3.1.1-1build1) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 18:07:10 +0000 haskell-monad-logger (0.3.1.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 01 Aug 2013 20:38:11 -0400 haskell-monad-logger (0.3.0.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:54 +0200 haskell-monad-logger (0.3.0.1-1) experimental; urgency=low * New upstream version. -- Clint Adams Tue, 26 Feb 2013 22:08:20 -0500 haskell-monad-logger (0.2.3.1-1) experimental; urgency=low * New upstream version. -- Clint Adams Wed, 12 Dec 2012 23:24:58 -0500 haskell-monad-logger (0.2.1-1) experimental; urgency=low * Initial release. -- Clint Adams Fri, 19 Oct 2012 22:36:42 -0400