packages feed

time-exts 3.0.2 → 3.0.3

raw patch · 14 files changed

+22/−16 lines, 14 files

Files

Data/Time/Exts.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Base.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Base--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Format.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Format--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Lens.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Lens--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Parser.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Parser--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/UTC.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.UTC--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Unix.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Unix--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Data/Time/Exts/Util.hs view
@@ -1,6 +1,6 @@ -- | -- Module     : Data.Time.Exts.Util--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
Foreign/C/Time.hsc view
@@ -1,6 +1,6 @@ -- | -- Module     : Foreign.C.Time--- Copyright  : 2013-2016 Enzo Haussecker+-- Copyright  : 2013-2017 Enzo Haussecker -- License    : BSD3 -- Maintainer : Enzo Haussecker <enzo@sovereign.io> -- Stability  : Stable
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2016 Enzo Haussecker. All rights reserved.
+Copyright (c) 2013-2017 Enzo Haussecker. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
+ README.md view
@@ -0,0 +1,4 @@+## Yet Another Haskell Time Library+[![Build Status](https://api.travis-ci.org/enzoh/time-exts.svg?branch=master)](https://travis-ci.org/enzoh/time-exts) [![Hackage](https://img.shields.io/hackage/v/time-exts.svg)](https://hackage.haskell.org/package/time-exts) [![Dependencies](https://img.shields.io/hackage-deps/v/time-exts.svg)](http://packdeps.haskellers.com/feed?needle=time-exts)++A stand-alone time library implementing Unix and UTC timestamps with varying granularity.
− README.org
@@ -1,2 +0,0 @@-#+TITLE: Yet Another Haskell Time Library-[[https://travis-ci.org/enzoh/time-exts][https://api.travis-ci.org/enzoh/time-exts.svg?branch=master]] [[https://hackage.haskell.org/package/time-exts][https://img.shields.io/hackage/v/time-exts.svg]] [[http://packdeps.haskellers.com/feed?needle=time-exts][https://img.shields.io/hackage-deps/v/time-exts.svg]]
stack.yaml view
@@ -1,4 +1,3 @@-resolver: lts-6.14- packages: - '.'+resolver: lts-6.14
time-exts.cabal view
@@ -1,9 +1,10 @@ name:          time-exts-version:       3.0.2+version:       3.0.3 synopsis:      Yet another time library+description:   A stand-alone time library implementing Unix and UTC timestamps with varying granularity. license:       BSD3 license-file:  LICENSE-copyright:     2013-2016 Enzo Haussecker+copyright:     2013-2017 Enzo Haussecker author:        Enzo Haussecker <enzo@sovereign.io> maintainer:    Enzo Haussecker <enzo@sovereign.io> stability:     Stable@@ -12,6 +13,10 @@ bug-reports:   https://github.com/enzoh/time-exts/issues build-type:    Simple cabal-version: >=1.10++extra-source-files:+   README.md+   stack.yaml  library    default-language: