diff --git a/jsaddle-dom.cabal b/jsaddle-dom.cabal
--- a/jsaddle-dom.cabal
+++ b/jsaddle-dom.cabal
@@ -1,5 +1,5 @@
 name: jsaddle-dom
-version: 0.7.0.1
+version: 0.7.0.3
 cabal-version: >=1.22
 build-type: Simple
 license: MIT
diff --git a/src/JSDOM/Custom/RTCPeerConnection.hs b/src/JSDOM/Custom/RTCPeerConnection.hs
--- a/src/JSDOM/Custom/RTCPeerConnection.hs
+++ b/src/JSDOM/Custom/RTCPeerConnection.hs
@@ -8,6 +8,8 @@
   , setLocalDescription
   , setRemoteDescription'
   , setRemoteDescription
+  , getStats
+  , getStats'
 ) where
 
 import Data.Maybe (fromJust)
@@ -34,7 +36,6 @@
 import JSDOM.Generated.RTCStatsCallback
        (newRTCStatsCallback)
 
-import JSDOM.Generated.Geolocation as Generated hiding (getCurrentPosition)
 import qualified
        JSDOM.Generated.RTCPeerConnection
        as Generated
