[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix for Makefile (86fca98)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:07:53 UTC 2017


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

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

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

commit 86fca98754ee7a052b61dafbcac863b0abf4eac0
Author: ashley <ashley at semantic.org>
Date:   Mon May 2 15:33:00 2005 -0700

    fix for Makefile
    
    darcs-hash:20050502223300-ca2d0-85d0e358de00b9468f419c2a43a87f1ad8498d5c


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

86fca98754ee7a052b61dafbcac863b0abf4eac0
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index b269e58..878f7e4 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,8 @@ depend: $(SRCS)
 
 TestTime.o TestFormat.o CurrentTime.o ShowDST.o TimeZone.o: $(patsubst %.hs,%.hi,$(SRCS))
 
+TestFixed.o: Data/Fixed.hi
+
 # DO NOT DELETE: Beginning of Haskell dependencies
 System/Time/Calendar/Format.o : System/Time/Calendar/Format.hs
 Data/Fixed.o : Data/Fixed.hs



More information about the ghc-commits mailing list