diff --git a/ChangeLog b/ChangeLog
new file mode 100644
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+version 0.2.0.2:
+
+* updated .travis.yml for decnumber dependency
+
+* Removed spurious dependencies from .cabal file
diff --git a/deka.cabal b/deka.cabal
--- a/deka.cabal
+++ b/deka.cabal
@@ -6,7 +6,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.2.0.0
+version:             0.2.0.2
 synopsis:            Decimal floating point arithmetic
 
 description:
@@ -56,7 +56,7 @@
 
 -- Extra files to be distributed with the package, such as examples or a 
 -- README.
-extra-source-files:  README.md
+extra-source-files:  README.md ChangeLog
 
 -- Constraint on the version of Cabal needed to build this package.
 cabal-version:       >=1.10
@@ -78,8 +78,6 @@
   build-depends:
       base >=4.6 && <4.7
     , bytestring ==0.10.*
-    , transformers ==0.3.*
-    , either ==4.1.*
     , bindings-DSL ==1.0.*
 
   ghc-options: -Wall
@@ -93,12 +91,10 @@
 Test-Suite tasty-test
   Build-depends:
       base ==4.6.*
-    , either ==4.1.*
     , tasty-quickcheck ==0.3.*
     , tasty ==0.7.*
     , QuickCheck ==2.6.*
     , bytestring ==0.10.*
-    , transformers ==0.3.*
 
   extra-libraries: decnumber
 
