From: Bernhard Urban Date: Thu, 24 May 2012 13:22:10 +0000 (+0200) Subject: upstream: update to 0.5.0.0 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=harpy.git;a=commitdiff_plain;h=ff05e966530a580c052bf5c3ca25241c94ad0d13 upstream: update to 0.5.0.0 --- diff --git a/harpy.cabal b/harpy.cabal index 56c33dc..c3d59ba 100644 --- a/harpy.cabal +++ b/harpy.cabal @@ -1,13 +1,13 @@ Cabal-version: >=1.2 Build-type: Simple Name: harpy -Version: 0.4.3.99 +Version: 0.5.0.0 License: GPL License-file: COPYING Author: Dirk Kleeblatt - Martin Grabmueller -Maintainer: klee@cs.tu-berlin.de, martin.grabmueller@eleven.de -Homepage: http://uebb.cs.tu-berlin.de/harpy/ + Martin Grabmueller +Maintainer: klee@cs.tu-berlin.de, martin@grabmueller.de +Homepage: http://code.haskell.org/harpy/ Category: Code Generation Synopsis: Runtime code generation for x86 machine code Description: The package contains the following components: @@ -36,7 +36,7 @@ Description: The package contains the following components: Harpy's homepage: Stability: Experimental -Extra-source-files: +Extra-source-files: NEWS README Makefile doc/Makefile doc/tutorial.lhs doc/larger-tutorial.lhs examples/evaluator/ArithTypes.hs examples/evaluator/ArithParser.hs @@ -45,13 +45,13 @@ Extra-source-files: Library Build-depends: base >= 4 && < 5, - parsec >= 1 && < 3, - mtl -any, + parsec >= 1 && < 4, + mtl >= 1 && < 3, template-haskell >= 2 && < 3, pretty >= 1 && < 2, containers >= 0.3 && < 1, array >= 0.3 && < 1, - disassembler ==0.1.0.99 + disassembler >= 0.2.0.0 Exposed-Modules: Harpy, Harpy.X86CodeGen, @@ -60,8 +60,8 @@ Library Harpy.Call, Harpy.X86Disassembler, Harpy.X86CGCombinators - Extensions: - ForeignFunctionInterface, MultiParamTypeClasses, + Extensions: + ForeignFunctionInterface, MultiParamTypeClasses, TemplateHaskell, CPP, FlexibleContexts, FlexibleInstances, RankNTypes