diff --git a/antiope-athena.cabal b/antiope-athena.cabal
--- a/antiope-athena.cabal
+++ b/antiope-athena.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 
 name:                   antiope-athena
-version:                7.3.3
+version:                7.3.4
 synopsis:               Please see the README on Github at <https://github.com/arbor/antiope#readme>
 description:            Please see the README on Github at <https://github.com/arbor/antiope#readme>.
 category:               Services
diff --git a/src/Antiope/Athena.hs b/src/Antiope/Athena.hs
--- a/src/Antiope/Athena.hs
+++ b/src/Antiope/Athena.hs
@@ -1,3 +1,7 @@
+{-# LANGUAGE OverloadedStrings #-}
+
+{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
+
 module Antiope.Athena
   ( query
   , queryExecutionSucceed
