switched to mtl -any
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Sat, 19 May 2012 09:50:47 +0000 (11:50 +0200)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Sat, 19 May 2012 09:50:47 +0000 (11:50 +0200)
disassembler.cabal

index 3e6344f7066aa5ecbb111c501d055a4f1d0f5ad5..e13a47bfc951c54dea136e446eafdd4cd3f4b45b 100644 (file)
@@ -1,5 +1,5 @@
 name:            disassembler
-version:         0.1.0.1
+version:         0.1.0.99
 license:         BSD3
 license-file:    LICENSE
 category:        Development, Disassembler
@@ -16,7 +16,7 @@ library
     base >= 4 && < 5, 
     containers >= 0.3 && < 1,
     array >= 0.3 && < 1, 
-    mtl >= 1 && < 2,
+    mtl -any,
     parsec >= 1 && < 3
 
   extensions: FlexibleContexts