packages feed

time-exts 3.0.3 → 3.0.4

raw patch · 4 files changed

+4/−14 lines, 4 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

− .travis.yml
@@ -1,10 +0,0 @@-dist: trusty-install:-- travis_retry sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442-- travis_retry echo 'deb https://download.fpcomplete.com/ubuntu trusty main' | sudo tee /etc/apt/sources.list.d/fpco.list-- travis_retry sudo apt-get update -y-- travis_retry sudo apt-get install stack -y-script:-- stack setup-- stack build-- stack test
README.md view
@@ -1,4 +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)+[![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) [![Download](https://img.shields.io/badge/download-latest-FF69B4.svg)](https://github.com/enzoh/time-exts/archive/v3.0.4.tar.gz)  A stand-alone time library implementing Unix and UTC timestamps with varying granularity.
stack.yaml view
@@ -1,3 +1,3 @@ packages: - '.'-resolver: lts-6.14+resolver: lts-9.14
time-exts.cabal view
@@ -1,5 +1,5 @@ name:          time-exts-version:       3.0.3+version:       3.0.4 synopsis:      Yet another time library description:   A stand-alone time library implementing Unix and UTC timestamps with varying granularity. license:       BSD3@@ -34,7 +34,7 @@       Foreign.C.Time    build-depends:       attoparsec,-      base >=4.8 && <4.10,+      base >= 4.8 && < 5.0,       bindings-DSL,       deepseq,       lens-simple,