diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.7.2
+
+- Made `UniformInterface` visible (type only).
+
 ## 0.7.1
 
 - Added `Graphics.Luminance.Pixel` in the export-list of `Graphics.Luminance.Texture`.
diff --git a/luminance.cabal b/luminance.cabal
--- a/luminance.cabal
+++ b/luminance.cabal
@@ -1,5 +1,5 @@
 name:                luminance
-version:             0.7.1
+version:             0.7.2
 synopsis:            Type-safe, type-level and stateless graphics framework
 description:         This package exposes several modules to work with /GPUs/ in a stateless and
                      type-safe way. Currently, it uses OpenGL as backend hardware technology but
diff --git a/src/Graphics/Luminance/Shader/Program.hs b/src/Graphics/Luminance/Shader/Program.hs
--- a/src/Graphics/Luminance/Shader/Program.hs
+++ b/src/Graphics/Luminance/Shader/Program.hs
@@ -17,6 +17,7 @@
     -- * Uniform
   , Uniform
   , U
+  , UniformInterface
     -- * Uniform block
   , UniformBlock
   , UB(..)
