diff --git a/include-file.cabal b/include-file.cabal
--- a/include-file.cabal
+++ b/include-file.cabal
@@ -1,5 +1,5 @@
 name:                include-file
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Inclusion of files in executables at compile-time.
 description:         Inclusion of files in source code via Template Haskell.
                      .
@@ -22,6 +22,7 @@
   build-depends: base == 4.*
                , bytestring
                , template-haskell
+               , random
   default-language: Haskell2010
   ghc-options: -Wall
 
