]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - w3cdatetime.cabal
Renamed package name: w3cdatetime -> time-w3c
[time-w3c.git] / w3cdatetime.cabal
diff --git a/w3cdatetime.cabal b/w3cdatetime.cabal
deleted file mode 100644 (file)
index 1308ccd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-Name:                w3cdatetime
-Version:             0.1
-Synopsis:            Parse and format W3C Date and Time
-
--- A longer description of the package.
--- Description:
-
-License:             PublicDomain
-License-file:        COPYING
-Author:              PHO <pho AT cielonegro DOT org>
-Maintainer:          PHO <pho AT cielonegro DOT org>
-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
-
-    Build-depends:
-        base >= 4 && < 5,
-        convertible >= 1.0,
-        time >= 1.1
-
-    Extensions:
-        DeriveDataTypeable
-        MultiParamTypeClasses
-
-    GHC-Options:
-        -Wall