[commit: packages/time] master, wip/travis: build/license/boring cleanup (cc9a460)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:44:55 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/cc9a460009cf283c0e533ac051967a363842b1db
>---------------------------------------------------------------
commit cc9a460009cf283c0e533ac051967a363842b1db
Author: Ashley Yakeley <ashley at semantic.org>
Date: Thu Feb 22 16:33:26 2007 -0800
build/license/boring cleanup
darcs-hash:20070223003326-ac6dd-68918006d98d55eea314ccedb36a5b24de0d509b
>---------------------------------------------------------------
cc9a460009cf283c0e533ac051967a363842b1db
.darcs-boring | 23 +++++++++++++++++++++++
LICENSE | 2 +-
package.conf.in | 14 ++++++++------
3 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/.darcs-boring b/.darcs-boring
index 6c379a9..0b4f6cb 100644
--- a/.darcs-boring
+++ b/.darcs-boring
@@ -11,6 +11,7 @@ _split$
(^|/)package.conf.installed$
(^|/)\.depend$
(^|/)\.setup-config$
+(^|/)\.installed-pkg-config$
\.haddock$
^build$
\.xcodeproj/.*\.pbxuser$
@@ -43,4 +44,26 @@ _split$
\.py[co]$
\#
\.cvsignore$
+^Private($|/)
(^|/)Thumbs\.db$
+^configure$
+^config\..*$
+^autom4te.cache($|/)
+^include/HsTimeConfig\.h$
+^include/HsTimeConfig\.h.in$
+^test/.*\.out$
+^test/AddDays$
+^test/ClipDates$
+^test/ConvertBack$
+^test/CurrentTime$
+^test/LongWeekYears$
+^test/ShowDST$
+^test/TestCalendars$
+^test/TestEaster$
+^test/TestFormat$
+^test/TestMonthDay$
+^test/TestParseDAT$
+^test/TestParseTime$
+^test/TestTime$
+^test/TimeZone$
+^test/TimeZone.ref$
diff --git a/LICENSE b/LICENSE
index 17f1f27..af649fe 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-TimeLib is Copyright (c) Ashley Yakeley, 2004-2005.
+TimeLib is Copyright (c) Ashley Yakeley, 2004-2007.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/package.conf.in b/package.conf.in
index 98922d7..fc3bf80 100644
--- a/package.conf.in
+++ b/package.conf.in
@@ -2,7 +2,7 @@
Name: PACKAGE
Version: VERSION
-Stability: Beta
+Stability: stable
License: BSD3
License-File: LICENSE
Author: Ashley Yakeley
@@ -29,10 +29,11 @@ Exposed-modules:
Data.Time.Clock.POSIX,
Data.Time.Clock.TAI,
Data.Time.LocalTime,
+ Data.Time.Format,
Data.Time
-Extensions: ForeignFunctionInterface
-C-Sources: HsTime.c
-Hidden-modules:
+Extensions: ForeignFunctionInterface, CPP
+C-Sources: cbits/HsTime.c
+Other-Modules:
Data.Time.Calendar.Private,
Data.Time.Calendar.Days,
Data.Time.Calendar.Gregorian,
@@ -44,11 +45,12 @@ Hidden-modules:
Data.Time.LocalTime.TimeZone,
Data.Time.LocalTime.TimeOfDay,
Data.Time.LocalTime.LocalTime,
- Data.Time.LocalTime.Format
+ Data.Time.Format.Parse
import-dirs: IMPORT_DIR
library-dirs: LIB_DIR
hs-libraries: "HStime"
include-dirs: INCLUDE_DIR
-includes: "HsTime.h"
+Install-Includes:
+ HsTime.h HsTimeConfig.h
haddock-interfaces: HADDOCK_IFACE
haddock-html: HTML_DIR
More information about the ghc-commits
mailing list