diff --git a/exherbo-cabal.cabal b/exherbo-cabal.cabal
--- a/exherbo-cabal.cabal
+++ b/exherbo-cabal.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.2
+version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            Exheres generator for cabal packages
diff --git a/src/ExRender.hs b/src/ExRender.hs
--- a/src/ExRender.hs
+++ b/src/ExRender.hs
@@ -29,7 +29,7 @@
 exWrapWidth = 80
 
 exGHCVersion ∷ Version
-exGHCVersion = Version [7, 8, 2] [] -- TODO: solve this hard-coded GHC version assumption
+exGHCVersion = Version [7, 10, 1] [] -- TODO: solve this hard-coded GHC version assumption
 
 exKnownLicenses ∷ [String]
 exKnownLicenses = ["CC0"]
