]> gitweb @ CieloNegro.org - time-http.git/commitdiff
cabal fix
authorPHO <pho@cielonegro.org>
Fri, 26 Mar 2010 08:43:12 +0000 (17:43 +0900)
committerPHO <pho@cielonegro.org>
Fri, 26 Mar 2010 08:43:12 +0000 (17:43 +0900)
time-http.cabal

index 2550adcb8c0f9b4b3c89a231a54fea1c9965f72b..ff0875e1be282f60322c0edbc031fa3fe3d3852f 100644 (file)
@@ -13,7 +13,7 @@ Maintainer:          PHO <pho AT cielonegro DOT org>
 Stability:           Experimental
 Category:            Web
 Build-type:          Simple
-Cabal-version:       >=1.2
+Cabal-version:       >= 1.6
 
 Source-Repository head
     Type: git
@@ -36,9 +36,9 @@ Library
         Data.Time.HTTP.Common
 
     Build-depends:
-        base >= 4.2 && < 4.3,
-        parsec >= 3.0 && < 3.1,
-        time >= 1.1 && < 1.2
+        base   == 4.2.*,
+        parsec == 3.0.*,
+        time   == 1.1.*
 
     Extensions:
         FlexibleContexts
\ No newline at end of file