Tidying
[advent-of-code-16.git] / README.md
index 5c7f379a22baa53e2a9673e7b95e1cf955897635..a4e1d71cbfeebd5a53a84a186e9f79c7e0ea12b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,9 +13,11 @@ $ sudo aptitude install haskell-platform
 ```
 ).
 
-I'm also using the `MissingH` library (install with 
+I'm also using some extra libraries (install with 
 ```
 $ cabal install MissingH
+$ cabal install parsec-number
+$ cabal install cryptonite
 ```
 )