diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,6 @@
   include:
   # We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
   # https://github.com/hvr/multi-ghc-travis
-    addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
   - env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7
     compiler: ": #GHC 7.10.3"
     addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
diff --git a/openexr-write.cabal b/openexr-write.cabal
--- a/openexr-write.cabal
+++ b/openexr-write.cabal
@@ -1,6 +1,6 @@
 name:                openexr-write
-version:             0.1.0.0
-synopsis:            Library to write images in OpenEXR HDR file format.
+version:             0.1.0.1
+synopsis:            Library for writing images in OpenEXR HDR file format.
 description:         OpenEXR allows to store pixels as floating point numbers and thus can capture high dynamic range.
 homepage:            https://github.com/pavolzetor/openexr-write#readme
 license:             GPL-3
@@ -12,6 +12,7 @@
 build-type:          Simple
 extra-source-files:  .gitignore
                      .travis.yml
+                     CHANGELOG.md
                      README.md
                      stack.yaml
                      test/generate.cpp
@@ -38,7 +39,7 @@
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test
   main-is:             Spec.hs
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.8 && < 5
                      , bytestring
                      , directory
                      , hspec
