[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: added changelog.md (346ced4)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:18:17 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/346ced46c94c6113b7333beb8fa1b577f03fa2e5

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

commit 346ced46c94c6113b7333beb8fa1b577f03fa2e5
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sat Dec 19 20:47:55 2015 -0800

    added changelog.md


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

346ced46c94c6113b7333beb8fa1b577f03fa2e5
 changelog.md | 17 +++++++++++++++++
 time.cabal   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..ee9e84c
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,17 @@
+# Change Log
+
+## [1.6]
+
+### Added
+- FormatTime, ParseTime, Show and Read instances for UniversalTime
+- diffTimeToPicoseconds
+- this change log
+
+### Changed
+- Use clock_gettime where available
+- Read and Show instances exported in the same module as their types
+- Fixed bug in fromSundayStartWeekValid
+- Parsing functions now reject invalid dates
+- Various documentation fixes
+
+## [1.5.0.1]
diff --git a/time.cabal b/time.cabal
index 4e766b2..8eea72e 100644
--- a/time.cabal
+++ b/time.cabal
@@ -15,6 +15,7 @@ cabal-version:  >=1.10
 x-follows-version-policy:
 
 extra-source-files:
+    changelog.md
     aclocal.m4
     configure.ac
     configure



More information about the ghc-commits mailing list