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