X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=time-w3c.cabal;fp=time-w3c.cabal;h=96a224a364c7f8cf952edfad6a3506f306b74c37;hb=6d5883f6e0a22b39d1e5614afd8ba6595e46a464;hp=0000000000000000000000000000000000000000;hpb=587fbc5efa8806c6bb0f37d177995cf73c0cc909;p=time-w3c.git diff --git a/time-w3c.cabal b/time-w3c.cabal new file mode 100644 index 0000000..96a224a --- /dev/null +++ b/time-w3c.cabal @@ -0,0 +1,34 @@ +Name: time-w3c +Version: 0.1 +Synopsis: Parse, format and convert W3C Date and Time + +-- A longer description of the package. +-- Description: + +License: PublicDomain +License-file: COPYING +Author: PHO +Maintainer: PHO +Stability: Experimental +Homepage: http://cielonegro.org/W3CDateTime.html +Category: Web +Build-type: Simple +Cabal-version: >=1.2 +Extra-source-files: + +Library + Exposed-modules: + Data.Time.W3CDateTime + Data.Time.W3CDateTime.Types + + Build-depends: + base >= 4 && < 5, + convertible >= 1.0, + time >= 1.1 + + Extensions: + DeriveDataTypeable + MultiParamTypeClasses + + GHC-Options: + -Wall