diff --git a/registry.cabal b/registry.cabal
--- a/registry.cabal
+++ b/registry.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 9ba7f8091021f03ebb9a7b4f83ac5a8bbbecda3361f0cddb96ce1850e22eefe5
+-- hash: caf52cc0099401e13a94d7a23616a310eec3c3e030a0334cd374a74f75693fea
 
 name:           registry
-version:        0.3.0.2
+version:        0.3.0.3
 synopsis:       data structure for assembling components
 description:    This library provides a "Registry" which is a data structure containing a list of functions and values representing dependencies in a directed acyclic graph. A `make` function can then be used to create a value of a specific type out of the registry.
                 You can start with the [README](https://github.com/etorreborre/registry/blob/master/README.md) for a full description of the library.
