Day 12
[advent-of-code-16.git] / README.md
index d95ac12a489e74d5af3236747243e743b8a6c34b..9fa57694a2f05e1ef846ed9f8f365a003b09484c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,6 +13,13 @@ $ sudo aptitude install haskell-platform
 ```
 ).
 
+I'm also using the `MissingH` and `Parsec-number` libraries (install with 
+```
+$ cabal install MissingH
+$ cabal install parsec-number
+```
+)
+
 Compile the code with
 ```
 ghc --make advent01.hs