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 +0/−10
- README.md +1/−1
- stack.yaml +1/−1
- time-exts.cabal +2/−2
− .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-[](https://travis-ci.org/enzoh/time-exts) [](https://hackage.haskell.org/package/time-exts) [](http://packdeps.haskellers.com/feed?needle=time-exts)+[](https://travis-ci.org/enzoh/time-exts) [](https://hackage.haskell.org/package/time-exts) [](http://packdeps.haskellers.com/feed?needle=time-exts) [](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,