diff --git a/interpolator.cabal b/interpolator.cabal
--- a/interpolator.cabal
+++ b/interpolator.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 64628069dbe51b088dc90923f092f02eaf7e619b406bcc15fb7d926aeb60be94
+-- hash: ec29f9c018f6f9abbb71a65723061f324dfd55aeead0e2a58e5a4f9187486f44
 
 name:           interpolator
-version:        1.1.0.1
+version:        1.1.0.2
 synopsis:       Runtime interpolation of environment variables in records using profunctors
 description:    Runtime interpolation of environment variables in records using profunctors. See
                 the [README](https://github.com/tvision-insights/interpolator/blob/master/README.md).
@@ -25,7 +25,6 @@
   exposed-modules:
       Data.Interpolation
       Data.Interpolation.TH
-      Ex
   other-modules:
       Paths_interpolator
   hs-source-dirs:
diff --git a/src/Ex.hs b/src/Ex.hs
deleted file mode 100644
--- a/src/Ex.hs
+++ /dev/null
@@ -1,26 +0,0 @@
-module Ex where
-
-import Prelude
-import Data.Text
-import Data.Interpolation
-import Data.Interpolation.TH
-
-withUninterpolated [d|
-  data MyProduct = MyProduct
-    { _myProductBar :: Maybe Text  --
-    , myProductBaz :: Int
-    , myProductData :: Double
-    -- , myProductQuux :: Bool
-    } deriving Eq
-  |]
-
-withUninterpolated [d|
-  data MySum
-    = MySumOne Text
-    | MySunTwo Int
-    | MySumData Bool
-    deriving Eq
-  |]
-
--- foo :: MyProduct -> Int
--- foo = myProductBaz
