From: Harald Steinlechner Date: Sat, 19 May 2012 09:52:02 +0000 (+0200) Subject: switched harpy to disassembler-0.1.0.99 (git@wien.tomnetworks.com:disassembler.git... X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=harpy.git;a=commitdiff_plain;h=d654f45c8dbc81f86d680d4562013761b1d2e0ee switched harpy to disassembler-0.1.0.99 (git@wien.tomnetworks.com:disassembler.git, hapry is now 0.4.3.99 --- diff --git a/harpy.cabal b/harpy.cabal index 5c253c6..56c33dc 100644 --- a/harpy.cabal +++ b/harpy.cabal @@ -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 @@ -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,