debian/0000755000000000000000000000000012203751334007166 5ustar debian/copyright0000644000000000000000000000333412162054363011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mueval Upstream-Contact: Gwern Source: http://hackage.haskell.org/package/mueval Files: * Copyright: Gwern and contributors License: mueval license License: mueval license All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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/watch0000644000000000000000000000033012162054363010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|mueval-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/mueval \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212162054363010366 0ustar 9 debian/control0000644000000000000000000000566212203751232010577 0ustar Source: haskell-mueval 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-mtl-dev (>= 2) , libghc-mtl-prof , libghc-hint-dev (>= 0.3.1) , libghc-hint-prof , libghc-show-dev (>= 0.3) , libghc-show-prof , libghc-utf8-string-dev , libghc-utf8-string-prof , libghc-simple-reflect-dev , libghc-simple-reflect-prof Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-hint-doc , libghc-show-doc , libghc-utf8-string-doc , libghc-simple-reflect-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/mueval Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mueval Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mueval X-Description: Safely evaluate pure Haskell expressions Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to defang and avoid "evil" code. It uses resource limits, whitelisted modules and Safe Haskell, special Show instances for IO, threads, processes, and changes of directory to sandbox the Haskell code. . It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. Package: mueval Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Safely evaluate pure Haskell expressions - executables Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary Haskell expressions. Importantly, mueval takes many precautions to defang and avoid "evil" code. It uses resource limits, whitelisted modules and Safe Haskell, special Show instances for IO, threads, processes, and changes of directory to sandbox the Haskell code. . This contains the stand-alone mueval binaries. Package: libghc-mueval-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-mueval-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-mueval-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} debian/rules0000755000000000000000000000031712201775234010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk install/mueval:: debian/tmp-inst-ghc cp -av debian/tmp-inst-ghc/usr/bin/* debian/mueval/usr/bin debian/mueval.dirs0000644000000000000000000000001012201775234011334 0ustar usr/bin debian/changelog0000644000000000000000000000100312203751334011032 0ustar haskell-mueval (0.9.1-1) unstable; urgency=low * New upstream release (Closes: #719674) * Fix description of mueval package (Closes: #719325 ) -- Joachim Breitner Sat, 17 Aug 2013 21:45:32 +0200 haskell-mueval (0.9-2) unstable; urgency=low * Add mueval binary package. -- Clint Adams Fri, 09 Aug 2013 21:13:05 -0400 haskell-mueval (0.9-1) unstable; urgency=low * Initial release. -- Joachim Breitner Mon, 24 Jun 2013 16:36:00 +0200 debian/source/0000755000000000000000000000000012162054363010470 5ustar debian/source/format0000644000000000000000000000001412162054363011676 0ustar 3.0 (quilt)