CodeGenMonad: add Functor instance
[harpy.git] / harpy.cabal
index 56c33dc232b76d57c68ea6c024c6867795a8805c..c3d59ba75229ecf7abce8974b96a22b486944150 100644 (file)
@@ -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 <klee@cs.tu-berlin.de>
-                Martin Grabmueller <martin.grabmueller@eleven.de>
-Maintainer:     klee@cs.tu-berlin.de, martin.grabmueller@eleven.de
-Homepage:       http://uebb.cs.tu-berlin.de/harpy/
+                Martin Grabmueller <martin@grabmueller.de>
+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: <http://uebb.cs.tu-berlin.de/harpy/>
 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