[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix time.cabal (c5f3fdc)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:51:51 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/c5f3fdc94e0724af6bc91be94487e939d2211da6

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

commit c5f3fdc94e0724af6bc91be94487e939d2211da6
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Sun Nov 25 03:12:24 2012 -0800

    fix time.cabal
    
    Ignore-this: bac91d44100c3aab03e4ef2440ec3a9c
    
    darcs-hash:20121125111224-ac6dd-c7db079938d2688d6803332b742e4e02ff9abaaf


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

c5f3fdc94e0724af6bc91be94487e939d2211da6
 configure.ac |  2 +-
 time.cabal   | 15 ++++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 927625a..82a1173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.3], [ashley at semantic.org], [time])
+AC_INIT([Haskell time package], [1.4.0.2], [ashley at semantic.org], [time])
 
 # Safety check: Ensure that we are in the correct source directory.
 AC_CONFIG_SRCDIR([include/HsTime.h])
diff --git a/time.cabal b/time.cabal
index 7254d3b..0335d52 100644
--- a/time.cabal
+++ b/time.cabal
@@ -20,19 +20,20 @@ extra-source-files:
     include/HsConfigure.h
     include/HsTime.h
     include/HsTimeConfig.h.in
-    test/Makefile
-    test/*.hs
-    test/*.lhs
-    test/*.ref
-    test/*.dat
-    test/*.c
-    test/*.h
+    Test/*.hs
+    Test/*.lhs
+    Test/*.c
+    Test/*.h
 extra-tmp-files:
     config.log
     config.status
     autom4te.cache
     include/HsTimeConfig.h
 
+source-repository head
+  type:     darcs
+  location: http://code.haskell.org/time/
+
 library
     build-depends: 
         base >= 4,



More information about the ghc-commits mailing list