diff --git a/OpenCLWrappers.cabal b/OpenCLWrappers.cabal
--- a/OpenCLWrappers.cabal
+++ b/OpenCLWrappers.cabal
@@ -1,5 +1,5 @@
 name: OpenCLWrappers
-version: 0.1.0.2
+version: 0.1.0.3
 cabal-version: >=1.2
 build-type: Simple
 license: BSD3
@@ -39,9 +39,9 @@
                    System.OpenCL.Wrappers.Helpers
                    System.OpenCL.Wrappers.Raw
                    System.OpenCL.Wrappers
-  build-depends: base < 4.7,
+  build-depends: base < 4.8,
                  bytestring -any,
-                 mtl >= 2 && < 2.2
+                 mtl >= 2 && < 2.3
   exposed: True
   buildable: True
   hs-source-dirs: .
diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,11 +0,0 @@
-You must link explicitly to opencl library, unless you build with the link flag.
-
-Link library to OpenCL using cabal-install:
-	cabal configure --flags="link" && cabal build
-
-Link explicitly user created program when --flags="link" is not used to build the library:
-	ghc -lamdocl64 --make opencl.hs
-	ghc -lOpenCL --make opencl.hs
-
-Some examples can be found in http://www.iki.fi/jekarl/codes/OpenCLWrappers/examples
-
