diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in 0.5.1
+* @avctrh added Stack support (LTS 8.4)
+
 Changes in 0.5.0
 * Added Eq, Show, Data, Typeable instances
 
diff --git a/gsl-random.cabal b/gsl-random.cabal
--- a/gsl-random.cabal
+++ b/gsl-random.cabal
@@ -1,5 +1,5 @@
 name:            gsl-random
-version:         0.5.0
+version:         0.5.1
 homepage:        http://github.com/patperry/hs-gsl-random
 synopsis:        Bindings the the GSL random number generation facilities.
 description:
@@ -33,4 +33,4 @@
     extensions:         DeriveDataTypeable,
                         ForeignFunctionInterface
     build-depends:      base   >= 4       && < 5
-                      , vector >= 0.7.0.1 && < 0.11
+                      , vector >= 0.7.0.1 && < 0.13.0.0
