X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-w3c.git;a=blobdiff_plain;f=w3cdatetime.cabal;fp=w3cdatetime.cabal;h=1308ccd59c46b82b219203a11c364430143bbfdb;hp=e21596e8ebedcbb3fb3c25804238462e9ccedbea;hb=0094b747a40329d173a21eb8faa72d89abe35444;hpb=903e5836ee49fe6ab3c982d70523de07d3bbc1a0 diff --git a/w3cdatetime.cabal b/w3cdatetime.cabal index e21596e..1308ccd 100644 --- a/w3cdatetime.cabal +++ b/w3cdatetime.cabal @@ -6,7 +6,7 @@ Synopsis: Parse and format W3C Date and Time -- Description: License: PublicDomain -License-file: LICENSE +License-file: COPYING Author: PHO Maintainer: PHO Stability: Experimental @@ -21,7 +21,13 @@ Library Data.Time.W3CDateTime Build-depends: - base >= 4 && < 5 + base >= 4 && < 5, + convertible >= 1.0, + time >= 1.1 + + Extensions: + DeriveDataTypeable + MultiParamTypeClasses GHC-Options: -Wall