switched harpy to disassembler-0.1.0.99 (git@wien.tomnetworks.com:disassembler.git...
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Sat, 19 May 2012 09:52:02 +0000 (11:52 +0200)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Sat, 19 May 2012 09:52:02 +0000 (11:52 +0200)
harpy.cabal

index 5c253c6cb21b9565fe492c235f631155c7d6edb8..56c33dc232b76d57c68ea6c024c6867795a8805c 100644 (file)
@@ -1,7 +1,7 @@
 Cabal-version:  >=1.2
 Build-type: Simple
 Name:           harpy
-Version:        0.4.3.0
+Version:        0.4.3.99
 License:        GPL
 License-file:   COPYING
 Author:         Dirk Kleeblatt <klee@cs.tu-berlin.de>
@@ -46,12 +46,12 @@ Library
   Build-depends:
     base >= 4 && < 5,
     parsec >= 1 && < 3,
-    mtl >= 1 && < 2,
+    mtl -any,
     template-haskell >= 2 && < 3,
     pretty >= 1 && < 2,
     containers >= 0.3 && < 1,
     array >= 0.3 && < 1,
-    disassembler >= 0.1.0.1
+    disassembler ==0.1.0.99
   Exposed-Modules:
     Harpy,
     Harpy.X86CodeGen,