diff --git a/casadi-bindings.cabal b/casadi-bindings.cabal
--- a/casadi-bindings.cabal
+++ b/casadi-bindings.cabal
@@ -1,5 +1,5 @@
 name:                casadi-bindings
-version:             1.9.0.1
+version:             1.9.0.2
 synopsis:            low level bindings to CasADi
 category:            Numerical, Math
 description:
@@ -17,11 +17,11 @@
     The rest of the modules like `casadi-bindings-core`, `casadi-bindings-ipopt-interface`, etc
     are autogenerated from casadi's swig interface and correspond exactly to the casadi C++ API.
     .
-    For high-level bindings, see my `https://github.com/ghorn/dynobud` project
+    For high-level bindings, see my <https://github.com/ghorn/dynobud dynobud> project
     .
     The current instructions for getting started on Debian/Ubuntu:
     .
-    Install libcasadi-shared from https://github.com/casadi/casadi/releases/latest,
+    Install libcasadi-shared from <https://github.com/casadi/casadi/releases/latest https://github.com/casadi/casadi/releases/latest>,
     first download it from that website, then:
     .
     >> dpkg -i libcasadi-shared.deb
@@ -35,10 +35,16 @@
     >> cabal install casadi-bindings-ipopt-interface
     .
     Temporary note: there is something wrong with casadi and ipopt related
-    to http://list.coin-or.org/pipermail/ipopt/2014-April/003670.html,
-    and https://github.com/casadi/casadi/issues/1075.
+    to <http://list.coin-or.org/pipermail/ipopt/2014-April/003670.html http://list.coin-or.org/pipermail/ipopt/2014-April/003670.html>,
+    and <https://github.com/casadi/casadi/issues/1075 https://github.com/casadi/casadi/issues/1075>.
     At the moment this .cabal package works for me as is, but YMMV
     .
+    For the snopt interface, you may have to do something like
+    .
+    > cabal install casadi-bindings-snopt-interface --extra-libs-dir='/home/me/snopt/lib'
+    .
+    to find the snopt libraries
+    .
     I only officially support debian/ubuntu right now, but I have gotten it working on OSX
     in the past. Everything is done with pkg-config and LD_LIBRARY_PATH, so there's no reason
     I know that there should be problems.
@@ -54,7 +60,7 @@
 
 library
   build-depends:       casadi-bindings-internal == 0.1,
-                       casadi-bindings-core     == 1.9.0.1
+                       casadi-bindings-core     == 1.9.0.2
   default-language:    Haskell2010
 
 source-repository head
