diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
--- a/.travis.yml
+++ /dev/null
@@ -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
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,3 +1,3 @@
 packages:
 - '.'
-resolver: lts-6.14
+resolver: lts-9.14
diff --git a/time-exts.cabal b/time-exts.cabal
--- a/time-exts.cabal
+++ b/time-exts.cabal
@@ -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,
