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.3
+version:             0.1.0.4
 synopsis:            Inclusion of files in executables at compile-time.
 description:         Inclusion of files in source code via Template Haskell.
                      .
@@ -16,6 +16,12 @@
 category:            Development
 build-type:          Custom
 cabal-version:       >= 1.10
+
+custom-setup
+  setup-depends: base == 4.*
+               , bytestring
+               , random
+               , Cabal
 
 library
   exposed-modules: Development.IncludeFile
