[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Remove Makefile and package.conf.in (used in the old GHC build system) (ef82b6f)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:48:58 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/ef82b6ff52f984bb55c26ef10624adc218a18f98

>---------------------------------------------------------------

commit ef82b6ff52f984bb55c26ef10624adc218a18f98
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu May 24 07:58:37 2007 -0700

    Remove Makefile and package.conf.in (used in the old GHC build system)
    
    darcs-hash:20070524145837-3fd76-402cae7ffe2155bdb3ef4b1a3081935c74e66f32


>---------------------------------------------------------------

ef82b6ff52f984bb55c26ef10624adc218a18f98
 Makefile        | 29 -----------------------------
 package.conf.in | 56 --------------------------------------------------------
 2 files changed, 85 deletions(-)

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9f61dd2..0000000
--- a/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-TOP=..
-include $(TOP)/mk/boilerplate.mk
-
-SUBDIRS = include
-
-ALL_DIRS = \
-	cbits \
-	Data \
-	Data/Time \
-	Data/Time/Calendar \
-	Data/Time/Clock \
-	Data/Time/Format \
-	Data/Time/LocalTime
-
-PACKAGE = time
-VERSION = 1.1.1
-PACKAGE_DEPS = base
-
-SRC_HC_OPTS += -Wall -Werror -fffi -Iinclude
-
-SRC_CC_OPTS += -Wall -Werror -Iinclude
-
-EXCLUDED_SRCS += Setup.hs
-
-SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)"
-
-UseGhcForCc = YES
-
-include $(TOP)/mk/target.mk
diff --git a/package.conf.in b/package.conf.in
deleted file mode 100644
index fc3bf80..0000000
--- a/package.conf.in
+++ /dev/null
@@ -1,56 +0,0 @@
-#include "ghcconfig.h"
-
-Name:		PACKAGE
-Version:	VERSION
-Stability:	stable
-License:	BSD3
-License-File:	LICENSE
-Author:		Ashley Yakeley
-Maintainer:	<ashley at semantic.org>
-Homepage:	http://semantic.org/TimeLib/
-exposed:	True
-Category:
-
-#if mingw32_HOST_OS
-depends:	Win32, base
-#else
-depends:	base
-#endif
-
-Synopsis:	time library
-Exposed-modules:
-	Data.Time.Calendar,
-	Data.Time.Calendar.MonthDay,
-	Data.Time.Calendar.OrdinalDate,
-	Data.Time.Calendar.WeekDate,
-	Data.Time.Calendar.Julian,
-	Data.Time.Calendar.Easter,
-	Data.Time.Clock,
-	Data.Time.Clock.POSIX,
-	Data.Time.Clock.TAI,
-	Data.Time.LocalTime,
-	Data.Time.Format,
-	Data.Time
-Extensions:	ForeignFunctionInterface, CPP
-C-Sources:	cbits/HsTime.c
-Other-Modules:
-	Data.Time.Calendar.Private,
-	Data.Time.Calendar.Days,
-	Data.Time.Calendar.Gregorian,
-	Data.Time.Calendar.JulianYearDay,
-	Data.Time.Clock.Scale,
-	Data.Time.Clock.UTC,
-	Data.Time.Clock.CTimeval,
-	Data.Time.Clock.UTCDiff,
-	Data.Time.LocalTime.TimeZone,
-	Data.Time.LocalTime.TimeOfDay,
-	Data.Time.LocalTime.LocalTime,
-	Data.Time.Format.Parse
-import-dirs:		IMPORT_DIR
-library-dirs:		LIB_DIR
-hs-libraries:		"HStime"
-include-dirs:		INCLUDE_DIR
-Install-Includes:
-	HsTime.h HsTimeConfig.h
-haddock-interfaces:	HADDOCK_IFACE
-haddock-html:		HTML_DIR



More information about the ghc-commits mailing list