X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-w3c.git;a=blobdiff_plain;f=time-w3c.cabal;h=e1e5cff5408df89bd8b972976a8e4cdbde7183e4;hp=d2c51484d8c40adc4517db2bbf04cadd4fb80206;hb=e47a0e977d38a22a34606ee204d8133ef3404acb;hpb=0734f066378beb86c276196367c8716faec9b45c diff --git a/time-w3c.cabal b/time-w3c.cabal index d2c5148..e1e5cff 100644 --- a/time-w3c.cabal +++ b/time-w3c.cabal @@ -15,6 +15,7 @@ Author: PHO Maintainer: PHO Stability: Experimental Homepage: http://cielonegro.org/W3CDateTime.html +Bug-Reports: http://static.cielonegro.org/ditz/time-w3c/ Category: Web Build-type: Simple Cabal-version: >= 1.6 @@ -36,10 +37,10 @@ Library Data.Time.W3C.Types Build-depends: - base >= 4.2 && < 4.3, - convertible >= 1.0 && < 1.1, - parsec >= 3.0 && < 3.1, - time >= 1.1 && < 1.2 + base == 4.3.*, + convertible == 1.0.*, + parsec == 3.1.*, + time == 1.2.* Extensions: DeriveDataTypeable